HomeSort by relevance Sort by last modified time
    Searched refs:bad_malloc (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/misc/crash/
crash01.c 297 char *bad_malloc(int n);
312 the_data = bad_malloc((nbytes < 0) ? -nbytes : nbytes);
343 char *bad_malloc(int n) function
445 the_data = bad_malloc(n);
crash02.c 269 unsigned char *bad_malloc(int n);

Completed in 37 milliseconds