Searched defs:testmem (Results 1 - 2 of 2) sorted by relevance

/external/lz4/programs/
H A Dbench.c365 BYTE* testmem=NULL; local
371 while (!testmem) {
374 testmem = (BYTE*) malloc ((size_t)requiredMem);
376 free (testmem);
/external/lz4/tests/
H A Dfullbench.c136 BYTE* testmem=NULL; local
142 while (!testmem) {
145 testmem = (BYTE*) malloc ((size_t)requiredMem);
147 free (testmem);

Completed in 159 milliseconds