Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dmemory_pool_test.cc67 std::vector<AllocationExpectedValuePair> allocations; in TEST() local
78 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()
/system/bt/osi/src/
Dallocation_tracker.cc42 static std::unordered_map<void*, allocation_t*> allocations; variable
69 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()
/system/core/libmemunreachable/
DREADME.md6 …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.
/system/core/liblog/
Devent.logtags29 # 4: Number of allocations
/system/bt/
DEventLogTags.logtags29 # 4: Number of allocations
/system/core/storaged/
DEventLogTags.logtags30 # 4: Number of allocations
/system/core/logd/
Devent.logtags29 # 4: Number of allocations
/system/extras/memory_replay/dumps/
DREADME2 the memory allocations of a set of apps.
/system/core/logcat/
Devent.logtags30 # 4: Number of allocations
/system/tpm/trunks/generator/
Draw_commands_fixed.txt28125 NV Index allocations and contents;
28129 Persistent object allocations and contents; and
31656 The NV commands are used to create, update, read, and delete allocations of space in NV memory.