Searched refs:allocations (Results 1 – 10 of 10) sorted by relevance
67 std::vector<AllocationExpectedValuePair> allocations; in TEST() local78 allocations.push_back(allocation); in TEST()85 while (!allocations.empty()) { in TEST()88 std::uniform_int_distribution<> distribution(0, allocations.size() - 1); in TEST()92 ASSERT_EQ(*allocations[deallocateIndex].allocation, in TEST()93 allocations[deallocateIndex].expectedValue); in TEST()94 memoryPool.deallocate(allocations[deallocateIndex].allocation); in TEST()97 allocations.erase(allocations.begin() + deallocateIndex); in TEST()
42 static std::unordered_map<void*, allocation_t*> allocations; variable69 allocations.clear(); in allocation_tracker_uninit()77 allocations.clear(); in allocation_tracker_reset()86 for (const auto& entry : allocations) { in allocation_tracker_expect_no_allocations()113 auto map_entry = allocations.find(return_ptr); in allocation_tracker_notify_alloc()115 if (map_entry != allocations.end()) { in allocation_tracker_notify_alloc()120 allocations[return_ptr] = allocation; in allocation_tracker_notify_alloc()142 auto map_entry = allocations.find(ptr); in allocation_tracker_notify_free()143 CHECK(map_entry != allocations.end()); in allocation_tracker_notify_free()167 allocations.erase(ptr); in allocation_tracker_notify_free()
6 …all to malloc and free, it queries the allocator (jemalloc) for active allocations when leak detec…8 …enabled they will be included in the leak information, but backtracing allocations requires signif…46 …10. *Sweeper process*: A list of all active allocations is produced by examining the memory mappin…49 13. Unmarked allocations are sent over the pipe back to the original process.60 - `HeapWalker.cpp`: Performs the mark-and-sweep pass over active allocations.66 …quires a small interface to the allocator in order to collect information about active allocations.69 - `malloc enable()`: re-enable allocations in all threads.
29 # 4: Number of allocations
30 # 4: Number of allocations
2 the memory allocations of a set of apps.
28125 NV Index allocations and contents;28129 Persistent object allocations and contents; and31656 The NV commands are used to create, update, read, and delete allocations of space in NV memory.