Lines Matching refs:MByte
62 jobInfo.ProcessMemoryLimit = limit? limit*MByte : 2*MByte*1024; in limitMem()
97 rlim.rlim_cur = (limit > 0) ? limit*MByte : rlim.rlim_max; in limitMem()
98 …else rlim.rlim_cur = (limit > 0 && static_cast<rlim_t>(limit)<rlim.rlim_max) ? limit*MByte : rlim.… in limitMem()
282 bufs[0] = Trealloc(nullptr, 30*MByte); in ReallocParam()
287 bufs[i] = Trealloc(nullptr, 30*MByte); in ReallocParam()
297 bufs[0] = Trealloc(nullptr, 30*MByte); in ReallocParam()
401 InvariantDataRealloc(/*aligned=*/false, 128*MByte, /*checkData=*/false); in CheckReallocLeak()
406 InvariantDataRealloc(/*aligned=*/false, 128*MByte, /*checkData=*/false); in CheckReallocLeak()
652 PointerList.reserve(TOTAL_MB_ALLOC*MByte/MinSize); in NULLReturn()
1004 InvariantDataRealloc(/*aligned=*/false, 8*MByte, /*checkData=*/true); in RunAllTests()
1006 InvariantDataRealloc(/*aligned=*/true, 8*MByte, /*checkData=*/true); in RunAllTests()
1014 NULLReturn(1*MByte,100*MByte,total_threads); in RunAllTests()