Searched refs:bjam_calloc_raw_x (Results 1 – 1 of 1) sorted by relevance
36 #ifndef bjam_calloc_raw_x37 #define bjam_calloc_raw_x(n,s) bjam_calloc_x(n,s) macro57 #define BJAM_CALLOC_RAW(n,s) (profile_memory(n*s), bjam_calloc_raw_x(n,s))68 #define BJAM_CALLOC_RAW(n,s) bjam_calloc_raw_x(n,s)