|
Blender V5.0
|
Public Attributes | |
| BLI_freenode * | next |
| intptr_t | freeword |
A free element from BLI_mempool_chunk. Data is cast to this type and stored in BLI_mempool.free as a single linked list, each item BLI_mempool.esize large.
Each element represents a block which BLI_mempool_alloc may return.
Definition at line 83 of file BLI_mempool.cc.
| intptr_t BLI_freenode::freeword |
Used to identify this as a freed node.
Definition at line 86 of file BLI_mempool.cc.
Referenced by BLI_mempool_alloc(), BLI_mempool_free(), and mempool_chunk_add().
| BLI_freenode* BLI_freenode::next |
Definition at line 84 of file BLI_mempool.cc.
Referenced by BLI_mempool_alloc(), BLI_mempool_free(), and mempool_chunk_add().