Home
last modified time | relevance | path

Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/malloc_debug/
DMapData.h40 struct MapEntry { struct
41 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len) in MapEntry() function
44 MapEntry(uintptr_t pc) : start(pc), end(pc) {} in MapEntry() argument
57 bool operator()(const MapEntry* a, const MapEntry* b) const { in operator() argument