Home
last modified time | relevance | path

Searched refs:max_block_size (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Darena.cc119 size_t start_block_size, size_t max_block_size) { in NewBlock() argument
124 if (size > max_block_size) size = max_block_size; in NewBlock()
219 b = NewBlock(me, b, n, options_.start_block_size, options_.max_block_size); in SlowAlloc()
Darena.h97 size_t max_block_size; member
142 max_block_size(kDefaultMaxBlockSize), in ArenaOptions()
905 size_t start_block_size, size_t max_block_size);
Darena_unittest.cc1206 options.max_block_size = 8192; in TEST()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c5297 a->next_block_size = UPB_MIN(block_size * 2, a->max_block_size); in upb_arena_allocblock()
5345 a->max_block_size = 16384; in upb_arena_init()
Dupb.h635 size_t max_block_size; variable