Home
last modified time | relevance | path

Searched defs:MmapAllocator (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d17 struct MmapAllocator struct
20 static shared MmapAllocator instance; argument
26 enum size_t alignment = 4096;
28 version (Posix) in version()
50 else version (Windows) in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d17 struct MmapAllocator struct
20 static shared const MmapAllocator instance; argument
26 enum size_t alignment = 4096;
28 version (Posix) in version()
72 else version (Windows) in version()