Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.c39 } allocation_t; typedef
128 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, return_ptr); in allocation_tracker_notify_alloc()
132 allocation = (allocation_t *)calloc(1, sizeof(allocation_t)); in allocation_tracker_notify_alloc()
156 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, ptr); in allocation_tracker_notify_free()
185 allocation_t *allocation = (allocation_t *)entry->data; in allocation_entry_freed_checker()