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 89 static inline const AllocationEntry* const_to_header(const void* mem) { function
398 const AllocationEntry* header = const_to_header(mem);
403 header = const_to_header(header->entry);

Completed in 376 milliseconds