HomeSort by relevance Sort by last modified time
    Searched full:const_to_header (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
malloc_debug_leak.cpp 86 static inline const AllocationEntry* const_to_header(const void* mem) { function
415 const AllocationEntry* header = const_to_header((void*)mem);
420 header = const_to_header(header->entry);

Completed in 36 milliseconds