Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_CompressedSwap/src/
Dhog.c15 #define MAX_CHUNKS 4096 macro
17 char *chunks[MAX_CHUNKS];
49 if (megabytes > MAX_CHUNKS) { in main()
51 megabytes, MAX_CHUNKS); in main()