Home
last modified time | relevance | path

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

/bionic/tests/
Dmalloc_test.cpp26 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST()
36 ASSERT_LE(alloc_len, malloc_usable_size(ptr)); in TEST()
50 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST()
63 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST()
69 ASSERT_LE(200U, malloc_usable_size(ptr)); in TEST()
78 ASSERT_LE(300U, malloc_usable_size(ptr)); in TEST()
86 ASSERT_LE(250U, malloc_usable_size(ptr)); in TEST()
99 ASSERT_LE(100U, malloc_usable_size(ptr)); in TEST()
104 ASSERT_LE(200U, malloc_usable_size(ptr)); in TEST()
116 ASSERT_LE(200U, malloc_usable_size(ptr)); in TEST()
[all …]
/bionic/libc/include/
Dmalloc.h36 extern size_t malloc_usable_size(const void* p);
/bionic/libc/bionic/
Dmalloc_debug_common.h86 MallocDebugMallocUsableSize malloc_usable_size; member
Dmalloc_debug_common.cpp242 extern "C" size_t malloc_usable_size(const void* mem) { in malloc_usable_size() function
243 return __libc_malloc_dispatch->malloc_usable_size(mem); in malloc_usable_size()
314 …InitMallocFunction<MallocDebugMallocUsableSize>(malloc_impl_handler, &table->malloc_usable_size, p… in InitMalloc()
471 (gMallocUse.malloc_usable_size == NULL)) { in malloc_init_impl()
/bionic/libc/upstream-dlmalloc/
Dmalloc.h64 #define dlmalloc_usable_size malloc_usable_size
Dmalloc.c829 #define dlmalloc_usable_size malloc_usable_size