Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A Dlinker_block_allocator.cpp62 allocated_(0) in LinkerBlockAllocator()
83 ++allocated_; in alloc()
108 --allocated_; in free()
156 if (allocated_) { in purge()
H A Dlinker_block_allocator.h63 size_t allocated_; variable
/aosp12/hardware/google/camera/common/hal/utils/
H A Dzsl_buffer_manager.h104 return allocated_; in IsBufferAllocated()
149 bool allocated_ = false; variable
H A Dzsl_buffer_manager.cc52 if (allocated_) { in AllocateBuffers()
77 allocated_ = true; in AllocateBuffers()
124 if (!allocated_) { in GetEmptyBuffer()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_mgr.h104 uint64_t allocated_ = 0; variable
H A Dgr_buf_mgr.cpp817 allocated_ += hnd->size; in ImportHandleLocked()
818 if (allocated_ >= kAllocThreshold) { in ImportHandleLocked()
881 if (allocated_ >= hnd->size) { in ReleaseBuffer()
882 allocated_ -= hnd->size; in ReleaseBuffer()