Home
last modified time | relevance | path

Searched refs:bad_malloc (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/misc/crash/
Dcrash01.c297 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() function
445 the_data = bad_malloc(n); in compute_block_badboy()
Dcrash02.c269 unsigned char *bad_malloc(int n);
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff326 {the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes);