Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DAndroidSubAllocator.cpp81 stream->putBe32(allocCount); in save()
109 allocCount = stream->getBe32(); in load()
150 --allocCount; in free()
156 allocCount = 0; in freeAll()
177 ++allocCount; in alloc()
182 return allocCount == 0; in empty()
191 uint32_t allocCount = 0; member in android::base::guest::SubAllocator::Impl