PooledAllocator¶ Constructors¶ initialize(block_size: Integer) Attributes¶ used_memory: Integer (read/write) wasted_memory: Integer (read/write) Methods¶ allocate_memory(size: Integer) -> Rice::Pointer≺void≻