Searched refs:bytesPerRegion (Results 1 – 2 of 2) sorted by relevance
60 auto mmapRegionList(size_t bytesPerRegion) in mmapRegionList() argument64 size_t bytesPerRegion; in mmapRegionList() member72 bytesPerRegion = n; in mmapRegionList()76 return Region!MmapAllocator(max(n, bytesPerRegion)); in mmapRegionList()83 auto shop = Factory(bytesPerRegion); in mmapRegionList()
59 auto mmapRegionList(size_t bytesPerRegion) in mmapRegionList() argument63 size_t bytesPerRegion; in mmapRegionList() member71 bytesPerRegion = n; in mmapRegionList()75 return Region!MmapAllocator(max(n, bytesPerRegion)); in mmapRegionList()82 auto shop = Factory(bytesPerRegion); in mmapRegionList()