KRRegion.deallocate
bool deallocate(void[] b) nothrow @nogcDeallocates b, which is assumed to have been previously allocated with this allocator. Deallocation performs a linear search in the free list to preserve its sorting order. It follows that blocks with higher addresses in allocators with many free blocks are slower to deallocate.
Parameters
b | block to be deallocated |