HomeSort by relevance Sort by last modified time
    Searched refs:AllocNewBlock (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/util/
arena.cc 64 // UnsafeArena::AllocNewBlock()
67 // to AllocNewBlock or Reset. (i.e. anything that might
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) {
114 return AllocNewBlock(size)->mem;
129 AllocatedBlock *block = AllocNewBlock(block_size_);
arena.h 67 // The returned AllocatedBlock* is valid until the next call to AllocNewBlock
69 AllocatedBlock *AllocNewBlock(const size_t block_size);
  /external/regex-re2/util/
arena.cc 64 // UnsafeArena::AllocNewBlock()
67 // to AllocNewBlock or Reset. (i.e. anything that might
71 UnsafeArena::AllocatedBlock* UnsafeArena::AllocNewBlock(const size_t block_size) {
114 return AllocNewBlock(size)->mem;
129 AllocatedBlock *block = AllocNewBlock(block_size_);
arena.h 67 // The returned AllocatedBlock* is valid until the next call to AllocNewBlock
69 AllocatedBlock *AllocNewBlock(const size_t block_size);

Completed in 41 milliseconds