gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fimp_calloc (0.00 seconds)
t2ex
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)