Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp68 size_t debug_malloc_usable_size(void*);
211 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
219 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
226 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
233 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
244 for (size_t i = alloc_size; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
247 memset(pointer, 0xff, debug_malloc_usable_size(pointer)); in VerifyAllocCalls()
251 for (size_t i = 0; i < debug_malloc_usable_size(pointer); i++) { in VerifyAllocCalls()
370 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
387 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F()
[all …]
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dexported64.map18 debug_malloc_usable_size;
H A Dexported32.map18 debug_malloc_usable_size;
H A Dmalloc_debug.cpp179 size_t debug_malloc_usable_size(void* pointer);
506 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function