Lines Matching defs:size
137 alignment chunk size. The following default should work okay. */
163 alloca (size)
164 unsigned size;
204 if (size == 0)
210 register pointer new = malloc (sizeof (header) + size);
239 long shsize:32; /* Current size of stack (all segments). */
289 long now; /* Current total stack size. */
303 long pad_size; /* Stack pad size. */
305 long current_size; /* Current stack segment size. This
349 long *block, size;
376 size = trailer->this_size;
377 if (block == 0 || size == 0)
380 if ((block <= address) && (address < (block + size)))
423 long size, pseg, this_segment, stack;
439 /* If one subtracts 'size' from the end of the segment,
446 size = ssptr->sssize;
448 this_segment = stkl - size;
463 size = ssptr->sssize;
465 this_segment = stkl - size;
478 fprintf (stderr, "%011o %011o\n", pseg, size);
482 size = ssptr->sssize;
484 result += size;