Searched defs:allocation (Results 1 – 6 of 6) sorted by relevance
62 size_t *allocation; member78 AllocationExpectedValuePair allocation = { in TEST() local
87 allocation_t* allocation = entry.second; in allocation_tracker_expect_no_allocations() local113 allocation_t* allocation; in allocation_tracker_notify_alloc() local143 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free() local
75 heap_walker_.ForEachAllocation([&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
141 HeapWalker::AllocationInfo& allocation = it.second; in ForEachAllocation() local
390 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked(sizeof(MapAllocation))); in MapAlloc() local405 MapAllocation** allocation = &map_allocation_list_; in MapFree() local
44 TEST_F(HeapWalkerTest, allocation) { in TEST_F() argument