Searched defs:NALLOC (Results 1 – 3 of 3) sorted by relevance
556 #define NALLOC 64 macro
634 #define NALLOC(var, n) var = calloc(sizeof(*var), n) in cdbw_output() macro
56 #define NALLOC 3 /* 1 normal, 1 for concurrent threads, 1 for preallocation */ macro