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.cpp216 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
233 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
253 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
1225 size_t usable_size = debug_malloc_usable_size(pointer); in TEST_F() local
/bionic/tests/
Dmalloc_test.cpp387 size_t usable_size = malloc_usable_size(zero_mem); in TEST() local