Searched refs:kPageShift (Results 1 – 3 of 3) sorted by relevance
607 static const size_t kPageShift = 12; variable608 static const size_t kPageSize = 1 << kPageShift;624 static const size_t kMinSystemAlloc = 1 << (20 - kPageShift);890 const size_t my_pages = psize >> kPageShift; in InitSizeClasses()895 const size_t my_objects = (my_pages << kPageShift) / size; in InitSizeClasses()896 const size_t prev_objects = (class_to_pages[sc-1] << kPageShift) in InitSizeClasses()962 const int alloc_size = class_to_pages[cl] << kPageShift; in InitSizeClasses()970 int(class_to_pages[cl] << kPageShift), in InitSizeClasses()1080 static const Length kMaxValidPages = (~static_cast<Length>(0)) >> kPageShift;1085 return (bytes >> kPageShift) + in pages()[all …]
110 static const int kPageShift = 12; variable111 static const int kPageSize = 1 << kPageShift;
99 static const int kPageShift = 12; variable100 static const int kPageSize = 1 << kPageShift;