HomeSort by relevance Sort by last modified time
    Searched defs:first_blocks_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/re2/util/
arena.h 79 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/
arena.h 79 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 7475 milliseconds