Home
last modified time | relevance | path

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

/aosp12/system/extras/memory_replay/
H A DAlloc.h33 struct AllocEntry { struct
45 void AllocGetData(const std::string& line, AllocEntry* entry); argument
/aosp12/frameworks/av/media/utils/
H A DMemoryLeakTrackUtil.cpp75 struct AllocEntry { in dumpMemoryAddresses() struct
76 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()
/aosp12/bionic/libc/malloc_debug/
H A DRecordData.cpp55 AllocEntry::AllocEntry(void* pointer) : pointer_(pointer) {} in AllocEntry() function in AllocEntry