Lines Matching defs:nbytes
89 /* compute block of nbytes at a time */
90 const int nbytes = 2000;
128 * crashme [+]<nbytes>[.inc] <srand> <ntries> [nsub] [verbose]"
130 * crashme <-b [+]<nbytes>[.inc]> <-s srand> <-n ntries> [-v verbose]"
172 if (inc <= nbytes / 2)
176 "Invalid arg for -b (max: %u): %s", nbytes / 2,
186 (malloc_flag == 0) ? "" : "+", nbytes, incptr, nseed,
313 the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes);
463 /* was (nbytes < 0) */
485 compute_block_badboy(nbytes);
490 || (next_offset > ((nbytes * BLOCK_TRIGGER) / 100))) {
491 compute_block_badboy(nbytes);
504 /* was (nbytes < 0) */
507 else if (nbytes == 0)