pj_pool_factory_policy class final

This structure declares pool factory interface.

Inheritance
Implemented types
Available extensions

Constructors

pj_pool_factory_policy()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
block_alloc Pointer<NativeFunction<Pointer<Void> Function(Pointer<pj_pool_factory> factory1, pj_size_t size)>>
Allocate memory block (for use by pool). This function is called by memory pool to allocate memory block.
getter/setter pair
block_free Pointer<NativeFunction<Void Function(Pointer<pj_pool_factory> factory1, Pointer<Void> mem, pj_size_t size)>>
Free memory block.
getter/setter pair
callback Pointer<pj_pool_callback>
Default callback to be called when memory allocation fails.
getter/setter pair
flags int
Option flags.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited