Searched defs:first_blocks_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Darena.h79 int blocks_alloced_; // how many of the first_blocks_ have been alloced
80 AllocatedBlock first_blocks_[16]; // the length of this array is arbitrary member in class:re2::UnsafeArena
81 // if the first_blocks_ aren't enough, expand into overflow_blocks_.
/external/regex-re2/util/
H A Darena.h79 int blocks_alloced_; // how many of the first_blocks_ have been alloced
80 AllocatedBlock first_blocks_[16]; // the length of this array is arbitrary member in class:re2::UnsafeArena
81 // if the first_blocks_ aren't enough, expand into overflow_blocks_.

Completed in 234 milliseconds