stdx.allocator.building_blocks.null_allocator

Members

Structs

NullAllocator
struct NullAllocator

NullAllocator is an emphatically empty implementation of the allocator interface. Although it has no direct use, it is useful as a "terminator" in composite allocators.

Meta