Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.c110 size_t unfreed_memory_size = 0; in allocation_tracker_expect_no_allocations() local
111 hash_map_foreach(allocations, allocation_entry_freed_checker, &unfreed_memory_size); in allocation_tracker_expect_no_allocations()
115 return unfreed_memory_size; in allocation_tracker_expect_no_allocations()