Searched refs:freed (Results 1 – 5 of 5) sorted by relevance
37 bool freed; member88 if (!allocation->freed) { in allocation_tracker_expect_no_allocations()116 CHECK(allocation->freed); // Must have been freed before in allocation_tracker_notify_alloc()123 allocation->freed = false; in allocation_tracker_notify_alloc()145 CHECK(!allocation->freed); // Must not be a double free in allocation_tracker_notify_free()153 allocation->freed = true; in allocation_tracker_notify_free()
199 static bool freed = false;204 freed = true;267 assert(!freed);272 assert(freed);
177 routines and objects returned from those functions must be freed with the179 `list_new` should be freed with `list_free` and no other freeing routine.
958 /system to /. The contents of the ramdisk are freed after mounting has completed.