Enum NatsMemoryOwnerAllocationMode
An enum that indicates a mode to use when allocating buffers.
public enum NatsMemoryOwnerAllocationMode
Fields
Clear = 1Clear pooled buffers when renting them.
Default = 0The default allocation mode for pooled memory (rented buffers are not cleared).