Searched refs:THREE_GB (Results 1 – 1 of 1) sorted by relevance
49 #define THREE_GB (unsigned long long)(3*ONE_GB) macro235 while (pid != 0 && maxbytes > THREE_GB) { in main()237 maxbytes -= THREE_GB; in main()246 if (maxbytes > THREE_GB) in main()247 alloc_bytes = THREE_GB; in main()