pj_pool_block class final

This class, which is used internally by the pool, describes a single block of memory from which user memory allocations will be allocated from.

Inheritance
Implemented types
Available extensions

Constructors

pj_pool_block()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
buf Pointer<UnsignedChar>
< Start of buffer.
getter/setter pair
cur Pointer<UnsignedChar>
< Current alloc ptr.
getter/setter pair
end Pointer<UnsignedChar>
< End of buffer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
next Pointer<pj_pool_block>
getter/setter pair
prev Pointer<pj_pool_block>
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