get_allocator


Description:

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

Lets Transform sub-classes know the memory allocator used by the base class and its params.

Unref the allocator after use.

Parameters:

this

a Transform

allocator

the Allocator used

params

the AllocationParams of allocator