config_get_allocator
Description:
public static bool config_get_allocator (Structure config, out unowned Allocator? allocator, out unowned AllocationParams @params)
Gets the allocator and params from config.
Parameters:
| config |
a BufferPool configuration |
| allocator |
a Allocator, or null |
| params |
AllocationParams, or null |
Returns:
|
true, if the values are set. |