Home
last modified time | relevance | path

Searched refs:NewBlock (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc118 Arena::Block* Arena::NewBlock(void* me, Block* my_last_block, size_t n, in NewBlock() function in google::protobuf::Arena
219 b = NewBlock(me, b, n, options_.start_block_size, options_.max_block_size); in SlowAlloc()
Darena.h904 Block* NewBlock(void* me, Block* my_last_block, size_t n,