Home
last modified time | relevance | path

Searched defs:malloc_usable_size (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_atexit.cpp57 #define malloc_usable_size(p) malloc_size(p) macro
H A Dtest_malloc_overload.cpp93 #define malloc_usable_size(p) dlmalloc_usable_size(p) macro
101 #define malloc_usable_size(p) malloc_size(p) macro
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp232 size_t malloc_usable_size(const void *ptr) __THROW in malloc_usable_size() function