Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dmemory_pool_test.cc62 size_t *allocation; member
78 AllocationExpectedValuePair allocation = { in TEST() local
/system/bt/osi/src/
Dallocation_tracker.cc87 allocation_t* allocation = entry.second; in allocation_tracker_expect_no_allocations() local
113 allocation_t* allocation; in allocation_tracker_notify_alloc() local
143 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free() local
/system/memory/libmemunreachable/
DLeakFolding.cpp75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
DHeapWalker.h141 HeapWalker::AllocationInfo& allocation = it.second; in ForEachAllocation() local
DAllocator.cpp390 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked(sizeof(MapAllocation))); in MapAlloc() local
405 MapAllocation** allocation = &map_allocation_list_; in MapFree() local
/system/memory/libmemunreachable/tests/
DHeapWalker_test.cpp44 TEST_F(HeapWalkerTest, allocation) { in TEST_F() argument