Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dmem.h18 #define bjam_realloc_x(p,s) realloc(p,s) macro
40 #define bjam_realloc_raw_x(p,s) bjam_realloc_x(p,s)
54 #define BJAM_REALLOC(p,s) (profile_memory(s), bjam_realloc_x(p,s))
65 #define BJAM_REALLOC(p,s) bjam_realloc_x(p,s)