Searched refs:maxPoolMemory (Results 1 – 2 of 2) sorted by relevance
105 __gshared size_t maxPoolMemory; variable1358 cast(long) maxPoolMemory >> 20, cast(ulong)numCollections, gcTime,1859 if (mappedPages * PAGESIZE > maxPoolMemory)1860 maxPoolMemory = mappedPages * PAGESIZE;
67 __gshared size_t maxPoolMemory; variable1585 cast(long) maxPoolMemory >> 20, cast(ulong)numCollections, gcTime,2129 if (cast(size_t)mappedPages * PAGESIZE > maxPoolMemory)2130 maxPoolMemory = cast(size_t)mappedPages * PAGESIZE;