Home
last modified time | relevance | path

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

/external/regex-re2/util/
Darena.cc21 blocks_alloced_(1), in UnsafeArena()
35 for (int i = 0; i < blocks_alloced_; i++) in ~UnsafeArena()
74 if ( blocks_alloced_ < arraysize(first_blocks_) ) { in AllocNewBlock()
76 block = &first_blocks_[blocks_alloced_++]; in AllocNewBlock()
152 for ( int i = 1; i < blocks_alloced_; ++i ) { // keep first block alloced in FreeBlocks()
157 blocks_alloced_ = 1; in FreeBlocks()
Darena.h79 int blocks_alloced_; // how many of the first_blocks_ have been alloced variable