Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dallocation_tracker.cc37 bool freed; member
88 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()
/system/libhidl/libhidlcache/
DMemoryDealer.cpp144 chunk_t const* const freed = dealloc(offset); in deallocate() local
145 if (freed) { in deallocate()
214 chunk_t* freed = cur; in dealloc() local
222 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()
/system/keymaster/include/keymaster/
DUniquePtr.h199 static bool freed = false;
204 freed = true;
267 assert(!freed);
272 assert(freed);
/system/bt/doc/
Dstyle_guide.md177 routines and objects returned from those functions must be freed with the
179 `list_new` should be freed with `list_free` and no other freeing routine.
/system/core/init/
DREADME.md860 /system to /. The contents of the ramdisk are freed after mounting has completed.