gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:Vrealloc from tkernel_2 (0.00 seconds)
tkernel_2
driver/tef_em1d/kbpd/src/accept.c - 19.8KB - 648 lines
155:                 /* chnage keytable */
156:                 kbdef = Vrealloc(kbdef,
157:                                 offsetof(KbDef, keyDef.keytab) + keytabsz);
lib/libtk/src/malloc.c - 959B - 42 lines
35: {
36:         return Vrealloc(ptr, size);
37: }