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

/external/lz4/programs/
H A Dbench.c201 BYTE* testmem=NULL; local
207 while (!testmem)
210 testmem = (BYTE*) malloc ((size_t)requiredMem);
213 free (testmem);
H A Dfullbench.c221 BYTE* testmem=NULL; local
227 while (!testmem)
230 testmem = (BYTE*) malloc ((size_t)requiredMem);
233 free (testmem);

Completed in 89 milliseconds