Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_malloc_atexit.cpp57 #define malloc_usable_size(p) malloc_size(p) macro
114 ASSERT(malloc_usable_size(p) >= 16, nullptr); in TestReplacedAllocFunc()
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
207 REQUIRE(malloc_usable_size(object) >= size); in scalableMallocCheckSize()
/oneTBB/src/tbbmalloc_proxy/def/
H A Dlin32-proxy.def30 malloc_usable_size;
H A Dlin64-proxy.def30 malloc_usable_size;
/oneTBB/src/tbbmalloc_proxy/
H A Dproxy.cpp232 size_t malloc_usable_size(const void *ptr) __THROW in malloc_usable_size() function
234 size_t malloc_usable_size(void *ptr) __THROW in malloc_usable_size()
277 size_t dlmalloc_usable_size(const void *ptr) __TBB_ALIAS_ATTR_COPY(malloc_usable_size);
/oneTBB/doc/main/tbb_userguide/
H A DLinux_C_Dynamic_Memory_Interface_Replacement.rst28 - GNU C library (glibc) specific functions: ``malloc_usable_size``,