Searched defs:CALLOC (Results 1 – 5 of 5) sorted by relevance
50 #define CALLOC(_count, _size) os_calloc(_count, _size) macro
683 #define CALLOC(soname, fnname) \ macro
55 #define CALLOC(BYTES) calloc(1, BYTES) macro
54 #define CALLOC(size, cast) (cast)calloc(1, (size)) macro
5223 int *CALLOC; variable