Package-level declarations
Types
Link copied to clipboard
Default memory allocation strategy that doubles the buffer size on growth.
Link copied to clipboard
Memory allocation strategy that allocates exactly the requested size.
Link copied to clipboard
interface MemAllocStrategy
Strategy for allocating memory buffers.