Searched defs:allocation (Results 1 – 6 of 6) sorted by relevance
56 size_t *allocation; member72 AllocationExpectedValuePair allocation = { in TEST() local
87 allocation_t* allocation = entry.second; in allocation_tracker_expect_no_allocations() local114 allocation_t* allocation; in allocation_tracker_notify_alloc() local144 allocation_t* allocation = map_entry->second; in allocation_tracker_notify_free() local
125 HeapWalker::AllocationInfo& allocation = it.second; in ForEachAllocation() local
77 [&](const Range& range, HeapWalker::AllocationInfo& allocation) { in FoldLeaks()
400 MapAllocation* allocation = reinterpret_cast<MapAllocation*>(AllocLocked( in MapAlloc() local416 MapAllocation **allocation = &map_allocation_list_; in MapFree() local
42 TEST_F(HeapWalkerTest, allocation) { in TEST_F() argument