stdx.allocator.building_blocks.kernighan_ritchie

Members

Structs

KRRegion
struct KRRegion(ParentAllocator = NullAllocator)

KRRegion draws inspiration from the region allocation strategy and also the famed allocator described by Brian Kernighan and Dennis Ritchie in section 8.7 of the book "The C Programming Language", Second Edition, Prentice Hall, 1988.

Meta