Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DSubAllocator.cpp78 stream->putBe32(allocCount); in save()
106 allocCount = stream->getBe32(); in load()
147 --allocCount; in free()
153 allocCount = 0; in freeAll()
171 ++allocCount; in alloc()
188 ++allocCount; in allocFixed()
193 return allocCount == 0; in empty()
202 uint32_t allocCount = 0; member in android::base::SubAllocator::Impl
DSubAllocator_unittest.cpp60 for (size_t allocCount : allocCounts) { in TEST() local
65 size_t trySize = allocSize / allocCount; in TEST()
73 for (size_t i = 0; i < allocCount; ++i) { in TEST()
84 "allocCount " << allocCount << in TEST()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidSubAllocator.cpp80 stream->putBe32(allocCount); in save()
108 allocCount = stream->getBe32(); in load()
149 --allocCount; in free()
155 allocCount = 0; in freeAll()
176 ++allocCount; in alloc()
181 return allocCount == 0; in empty()
190 uint32_t allocCount = 0; member in gfxstream::guest::SubAllocator::Impl