Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/malloc_debug/
H A Dexported64.map3 debug_aligned_alloc;
H A Dexported32.map3 debug_aligned_alloc;
H A Dmalloc_debug.cpp182 void* debug_aligned_alloc(size_t alignment, size_t size);
1048 void* debug_aligned_alloc(size_t alignment, size_t size) { in debug_aligned_alloc() function
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp67 void* debug_aligned_alloc(size_t, size_t);
451 pointer = debug_aligned_alloc(16, 16); in TEST_F()
2237 pointer = debug_aligned_alloc(32, 64); in VerifyRecordAllocs()