gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:Vcalloc from t2ex (0.00 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/malloc.c - 2.6KB - 89 lines
68: #else
69:         return Vcalloc(nmemb, size);
70: #endif
t2ex_source/t2ex/fs/fimp/src/fimp_fat_local.h - 23.2KB - 504 lines
64: #define fimp_malloc(n)          Vmalloc(n)
65: #define fimp_calloc(n, i)       Vcalloc(n, i)
66: #define fimp_realloc(p, n)      Vrealloc(p, n)