get_allocator


Description:

public void get_allocator (out Allocator? allocator, out unowned AllocationParams @params)

Lets Aggregator sub-classes get the memory allocator acquired by the base class and its params.

Unref the allocator after use it.

Parameters:

this

a Aggregator

allocator

the Allocator used

params

the AllocationParams of allocator