Searched refs:freed (Results 1 – 4 of 4) sorted by relevance
38 bool freed; member130 assert(allocation->freed); // Must have been freed before in allocation_tracker_notify_alloc()137 allocation->freed = false; in allocation_tracker_notify_alloc()158 assert(!allocation->freed); // Must not be a double free in allocation_tracker_notify_free()160 allocation->freed = true; in allocation_tracker_notify_free()186 if (!allocation->freed) { in allocation_entry_freed_checker()
173 routines and objects returned from those functions must be freed with the175 `list_new` should be freed with `list_free` and no other freeing routine.
18281 // are going to check (TRANSIENT_FIRST) will be occupied. It will be freed
18292 // are going to check (TRANSIENT_FIRST) will be occupied. It will be freed