OPCODE_ALLOC_SIZE  231 compiler/generate.c 	ob->code = MEM_realloc(ob->code, ob->alloc_size + OPCODE_ALLOC_SIZE);
OPCODE_ALLOC_SIZE  232 compiler/generate.c 	ob->alloc_size += OPCODE_ALLOC_SIZE;