Searched refs:DEFAULT_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
14 #define DEFAULT_BLOCK_SIZE 8192 macro113 size < DEFAULT_BLOCK_SIZE ? in block_alloc()114 DEFAULT_BLOCK_SIZE : size); in block_alloc()135 arena->a_head = block_new(DEFAULT_BLOCK_SIZE); in _PyArena_New()151 arena->total_block_size = DEFAULT_BLOCK_SIZE; in _PyArena_New()196 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE) in _PyArena_Malloc()
38 #define DEFAULT_BLOCK_SIZE 16 macro894 DEFAULT_BLOCK_SIZE, sizeof(struct instr)); in compiler_next_instr()899 b->b_ialloc = DEFAULT_BLOCK_SIZE; in compiler_next_instr()
57 private static final int DEFAULT_BLOCK_SIZE = 4096; field in CodedInputStreamTest90 if (blockSize > DEFAULT_BLOCK_SIZE) { in newDecoder()91 blockSize = DEFAULT_BLOCK_SIZE; in newDecoder()107 if (blockSize > DEFAULT_BLOCK_SIZE) { in newDecoder()108 blockSize = DEFAULT_BLOCK_SIZE; in newDecoder()
46 #define DEFAULT_BLOCK_SIZE 256 macro417 s->blocksize = DEFAULT_BLOCK_SIZE; in read_header()443 blocksize = get_uint(s, av_log2(DEFAULT_BLOCK_SIZE)); in read_header()