Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/vmtests/
Ddata_space.c223 char *mondobuf; local
252 mondobuf = malloc(max_size);
253 if (mondobuf == 0)
281 bfill(mondobuf, 0, max_size);
291 buf = mondobuf + CHUNK(chunk);
351 bfill(mondobuf + CHUNK(chunk), val, csize);
Dstack_space.c215 char mondobuf[MAXSIZE]; in dotest() local
249 bfill(mondobuf, 0, MAXSIZE); in dotest()
259 buf = mondobuf + CHUNK(chunk); in dotest()
315 bfill(mondobuf + CHUNK(chunk), val, csize); in dotest()