Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dregion.d995 shared struct SharedRegion(ParentAllocator = NullAllocator, struct
1013 ParentAllocator parent;
1017 alias parent = ParentAllocator.instance;
1019 private shared void* _current, _begin, _end;
1021 private void* roundedBegin() const pure nothrow @trusted @nogc in roundedBegin()
1026 private void* roundedEnd() const pure nothrow @trusted @nogc in roundedEnd()
1046 this(ubyte[] store) pure nothrow @nogc in this()
1058 this(size_t n) in this()
1066 size_t goodAllocSize(size_t n) const pure nothrow @safe @nogc in goodAllocSize()
1074 alias alignment = minAlign;
[all …]