Searched defs:SharedRegion (Results 1 – 1 of 1) sorted by relevance
995 shared struct SharedRegion(ParentAllocator = NullAllocator, struct1013 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 …]