ByteBufferAllocator

The preferred allocator for ByteBuffer values. The allocation strategy is opaque but is currently libc’s malloc, realloc and free.

ByteBuffer-core.swift:83
struct ByteBufferAllocator