Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c117 int b_ialloc; member
570 assert(block->b_ialloc > 0); in compiler_unit_check()
572 assert(block->b_ialloc >= block->b_iused); in compiler_unit_check()
576 assert (block->b_ialloc == 0); in compiler_unit_check()
899 b->b_ialloc = DEFAULT_BLOCK_SIZE; in compiler_next_instr()
901 else if (b->b_iused == b->b_ialloc) { in compiler_next_instr()
904 oldsize = b->b_ialloc * sizeof(struct instr); in compiler_next_instr()
916 b->b_ialloc <<= 1; in compiler_next_instr()