KRRegion.owns

Ternary owns(void[] b) pure nothrow @trusted @nogc

Checks whether the allocator is responsible for the allocation of b. It does a simple 1 range check. b should be a buffer either allocated with this or obtained through other means.