Home
last modified time | relevance | path

Searched refs:MapAllocation (Results 1 – 1 of 1) sorted by relevance

/system/core/libmemunreachable/
DAllocator.cpp97 struct MapAllocation { struct in HeapImpl
100 MapAllocation* next; argument
102 MapAllocation* map_allocation_list_;
402 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked( in MapAlloc()
403 sizeof(MapAllocation))); in MapAlloc()
418 MapAllocation **allocation = &map_allocation_list_; in MapFree()