AllocatedBlock 71 third_party/re2/util/arena.cc UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { AllocatedBlock 72 third_party/re2/util/arena.cc AllocatedBlock *block; AllocatedBlock 78 third_party/re2/util/arena.cc if (overflow_blocks_ == NULL) overflow_blocks_ = new vector<AllocatedBlock>; AllocatedBlock 129 third_party/re2/util/arena.cc AllocatedBlock *block = AllocNewBlock(block_size_); AllocatedBlock 159 third_party/re2/util/arena.cc vector<AllocatedBlock>::iterator it; AllocatedBlock 69 third_party/re2/util/arena.h AllocatedBlock *AllocNewBlock(const size_t block_size); AllocatedBlock 71 third_party/re2/util/arena.h const AllocatedBlock *IndexToBlock(int index) const; AllocatedBlock 80 third_party/re2/util/arena.h AllocatedBlock first_blocks_[16]; // the length of this array is arbitrary AllocatedBlock 82 third_party/re2/util/arena.h vector<AllocatedBlock>* overflow_blocks_;