Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp65 size_t debug_malloc_usable_size(void*);
368 ASSERT_LE(1034U, debug_malloc_usable_size(pointer)); in TEST_F()
373 ASSERT_LE(1044U, debug_malloc_usable_size(pointer)); in TEST_F()
378 ASSERT_LE(1039U, debug_malloc_usable_size(pointer)); in TEST_F()
383 ASSERT_LE(1039U, debug_malloc_usable_size(pointer)); in TEST_F()
388 ASSERT_LE(1054U, debug_malloc_usable_size(pointer)); in TEST_F()
502 ASSERT_EQ(100U, debug_malloc_usable_size(pointer)); in TEST_F()
527 ASSERT_EQ(100U, debug_malloc_usable_size(pointer)); in TEST_F()
625 ASSERT_EQ(0U, debug_malloc_usable_size(pointer)); in TEST_F()
2370 ASSERT_EQ(0U, debug_malloc_usable_size(pointer)); in TEST_F()
[all …]
/aosp12/bionic/libc/malloc_debug/
H A Dexported64.map18 debug_malloc_usable_size;
H A Dexported32.map18 debug_malloc_usable_size;
H A Dmalloc_debug.cpp87 size_t debug_malloc_usable_size(void* pointer);
403 size_t debug_malloc_usable_size(void* pointer) { in debug_malloc_usable_size() function