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()
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()
/system/keymaster/include/keymaster/
DUniquePtr.h199 static bool freed = false;
204 freed = true;
267 assert(!freed);
272 assert(freed);
/system/gatekeeper/include/gatekeeper/
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.md958 /system to /. The contents of the ramdisk are freed after mounting has completed.