Format: AllC/C++CSSTextshell script Advanced Search
63: /* Memory allocation */ 64: #define fimp_malloc(n) Vmalloc(n) 65: #define fimp_calloc(n, i) Vcalloc(n, i)