Home
last modified time | relevance | path

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

/aosp12/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp58 void* debug_malloc(size_t);
760 pointer1 = debug_malloc(100); in TEST_F()
769 pointer2 = debug_malloc(450); in TEST_F()
808 pointer = debug_malloc(9000); in TEST_F()
1645 pointer = debug_malloc(100); in TEST_F()
1670 pointer = debug_malloc(200); in TEST_F()
1948 pointer = debug_malloc(100); in TEST_F()
2236 pointer = debug_malloc(20); in TEST_F()
2290 pointer = debug_malloc(23); in TEST_F()
2570 ptr = debug_malloc(500); in AllocPtrsWithBacktrace()
[all …]
/aosp12/bionic/libc/malloc_debug/
H A Dexported64.map12 debug_malloc;
H A Dexported32.map12 debug_malloc;
H A Dmalloc_debug.cpp88 void* debug_malloc(size_t size);
468 void* debug_malloc(size_t size) { in debug_malloc() function