Searched defs:alloc_mem (Results 1 - 4 of 4) sorted by relevance

/external/ltp/testcases/kernel/mem/mtest07/
H A Dmallocstress.c27 /* - added function alloc_mem() */
241 /* Function: alloc_mem */
253 void *alloc_mem(void *threadnum) function
354 if (pthread_create(&thrdid[thrd_ndx], NULL, alloc_mem,
/external/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c238 static void *alloc_mem(size_t size) function
293 mem = alloc_mem(chunks * sizeof(record_t *));
296 hole_mem = alloc_mem(chunks * sizeof(record_t *));
299 mem[i] = (record_t *) alloc_mem(chunk_size);
302 hole_mem[i] = alloc_mem(page_size);
388 copy = alloc_mem(copy_size);
/external/ltp/testcases/kernel/mem/lib/
H A Dmem.c28 static int alloc_mem(long int length, int testcase) function
67 ret = alloc_mem(LENGTH, (long)args);
77 int ret = alloc_mem(TESTMEM + MB, testcase);
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c302 /* maintained by alloc_mem() */
410 int alloc_mem(int nbytes);
930 alloc_mem(-1);
939 alloc_mem(-1);
947 alloc_mem(-1);
955 alloc_mem(-1);
969 alloc_mem(-1);
1048 alloc_mem(-1);
1055 alloc_mem(-1);
1077 alloc_mem(
3863 int alloc_mem(int nbytes) function
4136 int alloc_mem(int nbytes) function
[all...]

Completed in 955 milliseconds