Searched refs:kMegabyte (Results 1 – 2 of 2) sorted by relevance
31 static const size_t kMegabyte = 1024 * 1024; variable34 static const size_t kBackwardCapcity = 2 * kMegabyte;37 static const size_t kForwardCapacity = 10 * kMegabyte;45 static const int kForwardWaitThreshold = 2 * kMegabyte;
793 const SIZE_T kMegabyte = 1024 * 1024; in CalculateFreeMemory() local811 free->largest = largest.RegionSize / kMegabyte; in CalculateFreeMemory()813 free->total = accumulated / kMegabyte; in CalculateFreeMemory()