Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp65 size_t debug_malloc_usable_size(void*);
168 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
176 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
183 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
190 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
201 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
204 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()
208 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
301 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
318 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
[all …]
/bionic/libc/malloc_debug/
Dexported64.map18 debug_malloc_usable_size;
Dexported32.map18 debug_malloc_usable_size;
Dmalloc_debug.cpp87 size_t debug_malloc_usable_size(void* pointer);
404 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function