Format: AllC/C++CSSTextshell script Advanced Search
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)