Home
last modified time | relevance | path

Searched refs:bjam_calloc_atomic_x (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmem.h24 #ifndef bjam_calloc_atomic_x
25 #define bjam_calloc_atomic_x(n,s) bjam_calloc_x(n,s) macro
53 #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)