Home
last modified time | relevance | path

Searched refs:bytesPerRegion (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d60 auto mmapRegionList(size_t bytesPerRegion) in mmapRegionList() argument
64 size_t bytesPerRegion; in mmapRegionList() member
72 bytesPerRegion = n; in mmapRegionList()
76 return Region!MmapAllocator(max(n, bytesPerRegion)); in mmapRegionList()
83 auto shop = Factory(bytesPerRegion); in mmapRegionList()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d59 auto mmapRegionList(size_t bytesPerRegion) in mmapRegionList() argument
63 size_t bytesPerRegion; in mmapRegionList() member
71 bytesPerRegion = n; in mmapRegionList()
75 return Region!MmapAllocator(max(n, bytesPerRegion)); in mmapRegionList()
82 auto shop = Factory(bytesPerRegion); in mmapRegionList()