Method Initialize
Initialize(int, bool)
Initializes the allocator. Must be called before first use.
Declaration
public void Initialize(int initialSizeInBytes, bool enableBlockFree = false)
Parameters
| Type | Name | Description |
|---|---|---|
| int | initialSizeInBytes | The initial capacity of the allocator, in bytes |
| bool | enableBlockFree | A flag indicating if allocator enables individual block free |