Searched refs:f_body_size (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/bc/bc/
H A Dload.c68 if (pc >= f->f_body_size)
70 f->f_body_size *= 2;
71 new_body = (char *) bc_malloc (f->f_body_size);
72 memcpy(new_body, f->f_body, f->f_body_size/2);
H A Dbcdefs.h94 int f_body_size; /* Size of body. Power of 2. */ member in struct:__anon3235
H A Dstorage.c103 f->f_body_size = BC_START_SIZE;

Completed in 87 milliseconds