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

  /external/chromium_org/third_party/leveldatabase/src/util/
arena.cc 28 char* result = AllocateNewBlock(bytes);
33 alloc_ptr_ = AllocateNewBlock(kBlockSize);
61 char* Arena::AllocateNewBlock(size_t block_bytes) {
arena.h 35 char* AllocateNewBlock(size_t block_bytes);

Completed in 58 milliseconds