Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp114 nextFree = (size_t*)data; in Block()
156 D("alloc new ptr @ %p\n", nextFree); in alloc()
158 res = (void*)nextFree; in alloc()
164 *nextFree, in alloc()
165 getPtr(*nextFree)); in alloc()
166 nextFree = (size_t*)getPtr(*nextFree); in alloc()
170 nextFree = nullptr; in alloc()
179 if (nextFree) { in free()
181 D("nextFree: %p (end: %p)", nextFree, getPtr(numChunks)); in free()
182 D("nextFreeElt: %zu\n", getElement(nextFree)); in free()
[all …]