Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.c62 static hash_map_t *allocations; variable
66 if (allocations) in allocation_tracker_init()
74 allocations = hash_map_new_internal( in allocation_tracker_init()
86 if (!allocations) in allocation_tracker_uninit()
90 hash_map_free(allocations); in allocation_tracker_uninit()
91 allocations = NULL; in allocation_tracker_uninit()
96 if (!allocations) in allocation_tracker_reset()
100 hash_map_clear(allocations); in allocation_tracker_reset()
105 if (!allocations) in allocation_tracker_expect_no_allocations()
111 hash_map_foreach(allocations, allocation_entry_freed_checker, &unfreed_memory_size); in allocation_tracker_expect_no_allocations()
[all …]
/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/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.txt28114 NV Index allocations and contents;
28118 Persistent object allocations and contents; and
31647 The NV commands are used to create, update, read, and delete allocations of space in NV memory.
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.