Searched refs:bjam_calloc_atomic_x (Results 1 – 1 of 1) sorted by relevance
24 #ifndef bjam_calloc_atomic_x25 #define bjam_calloc_atomic_x(n,s) bjam_calloc_x(n,s) macro53 #define BJAM_CALLOC_ATOMIC(n,s) (profile_memory(n*s), bjam_calloc_atomic_x(n,s))64 #define BJAM_CALLOC_ATOMIC(n,s) bjam_calloc_atomic_x(n,s)