Home
last modified time | relevance | path

Searched refs:malloc_flag (Results 1 – 2 of 2) sorted by relevance

/external/ltp/testcases/misc/crash/
Dcrash01.c143 int malloc_flag = 1; /* to be phased out */ variable
185 (malloc_flag == 0) ? "" : "+", nbytes, incptr, nseed, in main()
311 if (malloc_flag == 0) { in badboy_loop()
324 else if (malloc_flag == 1) in badboy_loop()
443 if (malloc_flag == 1) { in compute_block_badboy()
/external/autotest/client/tests/crashme/
Dcrashme_2.4-9.diff254 if (malloc_flag == 1)
317 if (argv[1][0] == '+') malloc_flag = 1;
322 (malloc_flag == 0) ? "" : "+",nbytes,incptr,nseed,ntrys);
325 if (malloc_flag == 0)
339 else if (malloc_flag == 1)