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.map15 debug_malloc_usable_size;
Dexported32.map15 debug_malloc_usable_size;
Dmalloc_debug.cpp72 size_t debug_malloc_usable_size(void* pointer);
267 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function
315 size_t bytes = debug_malloc_usable_size(pointer); in debug_malloc()
441 size_t bytes = debug_malloc_usable_size(pointer); in debug_memalign()
527 size_t bytes = debug_malloc_usable_size(new_pointer); in debug_realloc()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp56 size_t debug_malloc_usable_size(void*);
136 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
144 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
151 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
158 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
169 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
172 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()
176 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
216 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
233 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
[all …]