Searched refs:allocation_entry_freed_checker (Results 1 – 1 of 1) sorted by relevance
51 static bool allocation_entry_freed_checker(hash_map_entry_t *entry, void *context);111 hash_map_foreach(allocations, allocation_entry_freed_checker, &unfreed_memory_size); in allocation_tracker_expect_no_allocations()179 static bool allocation_entry_freed_checker(hash_map_entry_t *entry, void *context) { in allocation_entry_freed_checker() function