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

  /external/chromium_org/third_party/re2/util/
arena.cc 32 FreeBlocks();
33 assert(overflow_blocks_ == NULL); // FreeBlocks() should do that
45 FreeBlocks();
141 // UnsafeArena::FreeBlocks()
147 // FreeBlocks() does the work for Reset(), actually freeing all
151 void UnsafeArena::FreeBlocks() {
  /external/regex-re2/util/
arena.cc 32 FreeBlocks();
33 assert(overflow_blocks_ == NULL); // FreeBlocks() should do that
45 FreeBlocks();
141 // UnsafeArena::FreeBlocks()
147 // FreeBlocks() does the work for Reset(), actually freeing all
151 void UnsafeArena::FreeBlocks() {
  /art/runtime/gc/space/
large_object_space.h 220 accounting::GCAllocator<AllocationHeader*> > FreeBlocks;
230 FreeBlocks free_blocks_ GUARDED_BY(lock_);

Completed in 599 milliseconds