Searched defs:ALLOCATOR (Results 1 – 2 of 2) sorted by relevance
58 #define ALLOCATOR(s) calloc(1,s) macro
142 #define ALLOCATOR(n,s) calloc(n,s) macro