Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dmalloc_debug_leak.cpp85 static inline AllocationEntry* to_header(void* mem) { in to_header() function
341 AllocationEntry* header = to_header(mem); in leak_free()
348 header = to_header(header->entry); in leak_free()
428 AllocationEntry* header = to_header(oldMem); in leak_realloc()
431 header = to_header(header->entry); in leak_realloc()
486 AllocationEntry* header = to_header(reinterpret_cast<void*>(ptr)); in leak_memalign()