gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:fimp_malloc (0.01 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat_local.h - 23.2KB - 504 lines
63: /* Memory allocation */
64: #define fimp_malloc(n)          Vmalloc(n)
65: #define fimp_calloc(n, i)       Vcalloc(n, i)