Searched refs:bad_malloc (Results 1 – 3 of 3) sorted by relevance
297 char *bad_malloc(int n);312 the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes); in badboy_loop()343 char *bad_malloc(int n) in bad_malloc() function445 the_data = bad_malloc(n); in compute_block_badboy()
269 unsigned char *bad_malloc(int n);
326 {the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes);