Home
last modified time | relevance | path

Searched refs:bad_malloc (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/misc/crash/
H A Dcrash01.c298 char *bad_malloc(int n);
313 the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes); in badboy_loop()
344 char *bad_malloc(int n) in bad_malloc() function
446 the_data = bad_malloc(n); in compute_block_badboy()
H A Dcrash02.c269 unsigned char *bad_malloc(int n);

Completed in 2 milliseconds