Searched refs:allocation_tracker_notify_free (Results 1 – 4 of 4) sorted by relevance
38 allocation_tracker_notify_free(allocator_id, dummy_allocation); in TEST()55 void *freeable_ptr = allocation_tracker_notify_free(allocator_id, useable_ptr); in TEST()
54 void *allocation_tracker_notify_free(allocator_id_t allocator_id, void *ptr);
80 free(allocation_tracker_notify_free(alloc_allocator_id, ptr)); in osi_free()
150 void *allocation_tracker_notify_free(UNUSED_ATTR uint8_t allocator_id, void *ptr) { in allocation_tracker_notify_free() function