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

/external/chromium_org/third_party/re2/util/
H A Darena.cc64 // UnsafeArena::AllocNewBlock()
67 // to AllocNewBlock or Reset. (i.e. anything that might
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { function in class:re2::UnsafeArena
114 return AllocNewBlock(size)->mem;
129 AllocatedBlock *block = AllocNewBlock(block_size_);
/external/regex-re2/util/
H A Darena.cc64 // UnsafeArena::AllocNewBlock()
67 // to AllocNewBlock or Reset. (i.e. anything that might
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) { function in class:re2::UnsafeArena
114 return AllocNewBlock(size)->mem;
129 AllocatedBlock *block = AllocNewBlock(block_size_);

Completed in 868 milliseconds