AllocatorAware

Interface for components that are aware of a memory allocator and are using it for some purpose, such as allocating storage for other components, or data.

@safe
interface AllocatorAware (
AllocatorType = RCIAllocator
) {}

Members

Properties

allocator
AllocatorType allocator [@property setter]

Set allocator

Meta