Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp62 allocated_(0) in LinkerBlockAllocator()
83 ++allocated_; in alloc()
108 --allocated_; in free()
156 if (allocated_) { in purge()
Dlinker_block_allocator.h63 size_t allocated_; variable