Searched refs:malloc_usable_size (Results 1 – 6 of 6) sorted by relevance
57 #define malloc_usable_size(p) malloc_size(p) macro114 ASSERT(malloc_usable_size(p) >= 16, nullptr); in TestReplacedAllocFunc()
93 #define malloc_usable_size(p) dlmalloc_usable_size(p) macro101 #define malloc_usable_size(p) malloc_size(p) macro207 REQUIRE(malloc_usable_size(object) >= size); in scalableMallocCheckSize()
30 malloc_usable_size;
232 size_t malloc_usable_size(const void *ptr) __THROW in malloc_usable_size() function234 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);
28 - GNU C library (glibc) specific functions: ``malloc_usable_size``,