Home
last modified time | relevance | path

Searched defs:usable_size (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/malloc_debug/
Dmalloc_debug.h55 size_t usable_size; member
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_unit_tests.cpp221 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
238 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
258 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
1230 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
/bionic/tests/
Dmalloc_test.cpp377 size_t usable_size = malloc_usable_size(zero_mem); in TEST() local