Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp61 allocated_(0) {} in LinkerBlockAllocator()
81 ++allocated_; in alloc()
106 --allocated_; in free()
154 if (allocated_) { in purge()
Dlinker_block_allocator.h66 size_t allocated_; variable