allocatorFunc property

Pointer<T> Function([int count]) allocatorFunc
getter/setter pair

Low-level allocation function. Called with an element count and returns a freshly allocated Pointer<T>.

Implementation

Pointer<T> Function([int count]) allocatorFunc;