OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 182 milliseconds