Searched defs:AllocEntry (Results 1 – 3 of 3) sorted by relevance
33 struct AllocEntry { struct45 void AllocGetData(const std::string& line, AllocEntry* entry); argument
75 struct AllocEntry { in dumpMemoryAddresses() struct76 size_t size; // bit 31 is set if this is zygote allocated memory in dumpMemoryAddresses()77 size_t allocations; in dumpMemoryAddresses()78 uintptr_t backtrace[]; in dumpMemoryAddresses()
55 AllocEntry::AllocEntry(void* pointer) : pointer_(pointer) {} in AllocEntry() function in AllocEntry