Searched refs:freed (Results 1 – 5 of 5) sorted by relevance
37 bool freed; member88 if (!allocation->freed) { in allocation_tracker_expect_no_allocations()117 CHECK(allocation->freed); // Must have been freed before in allocation_tracker_notify_alloc()124 allocation->freed = false; in allocation_tracker_notify_alloc()146 CHECK(!allocation->freed); // Must not be a double free in allocation_tracker_notify_free()154 allocation->freed = true; in allocation_tracker_notify_free()
144 chunk_t const* const freed = dealloc(offset); in deallocate() local145 if (freed) { in deallocate()214 chunk_t* freed = cur; in dealloc() local222 freed = p; in dealloc()234 if (!freed->free) { in dealloc()238 LOG_FATAL_IF(!freed->free, "freed block at offset 0x%08lX of size 0x%08lX is not free!", in dealloc()239 freed->start * kMemoryAlign, freed->size * kMemoryAlign); in dealloc()241 return freed; in dealloc()
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.
860 /system to /. The contents of the ramdisk are freed after mounting has completed.