Searched refs:BC_START_SIZE (Results 1 – 2 of 2) sorted by relevance
76 #define BC_START_SIZE 1024 /* Initial code body size. */ macro
111 f->f_body = bc_malloc (BC_START_SIZE); in more_functions()112 f->f_body_size = BC_START_SIZE; in more_functions()