Home
last modified time | relevance | path

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

/aosp12/system/memory/libmemunreachable/
H A DHeapWalker.h94 struct AllocationInfo { struct
100 bool WordContainsAllocationPtr(uintptr_t ptr, Range* range, AllocationInfo** info); argument
/aosp12/art/runtime/gc/space/
H A Dlarge_object_space.h34 class AllocationInfo; variable
H A Dlarge_object_space.cc262 class AllocationInfo { class
264 AllocationInfo() : prev_free_(0), alloc_size_(0) { in AllocationInfo() function in art::gc::space::AllocationInfo