Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
DMapData.h39 struct MapEntry { struct
40MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, int … in MapEntry() argument
43 explicit MapEntry(uintptr_t pc) : start(pc), end(pc) {} in MapEntry() argument
58 bool operator()(const MapEntry* a, const MapEntry* b) const { return a->end <= b->start; } in operator() argument