Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dexported64.map18 debug_malloc_usable_size;
Dexported32.map18 debug_malloc_usable_size;
Dmalloc_debug.cpp184 size_t debug_malloc_usable_size(void* pointer);
503 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp68 size_t debug_malloc_usable_size(void*);
210 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
218 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
225 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
232 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
243 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
246 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()
250 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
369 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
386 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
[all …]