pj_pool_t class final

This structure describes the memory pool. Only implementors of pool factory need to care about the contents of this structure.

Inheritance
Implemented types
Available extensions

Constructors

pj_pool_t.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
block_list pj_pool_block
List of memory blocks allcoated by the pool.
getter/setter pair
callback Pointer<pj_pool_callback>
The callback to be called when the pool is unable to allocate memory.
getter/setter pair
capacity int
Current capacity allocated by the pool.
getter/setter pair
factory1 Pointer<pj_pool_factory>
Pool factory.
getter/setter pair
factory_data Pointer<Void>
Data put by factory
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
increment_size int
Size of memory block to be allocated when the pool runs out of memory
getter/setter pair
next Pointer<pj_pool_t>
getter/setter pair
obj_name Array<Char>
Pool name
getter/setter pair
prev Pointer<pj_pool_t>
getter/setter pair
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