Blender
V3.3
|
Public Attributes | |
struct 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 80 of file BLI_mempool.c.
intptr_t BLI_freenode::freeword |
Used to identify this as a freed node.
Definition at line 83 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_free(), and mempool_chunk_add().
struct BLI_freenode* BLI_freenode::next |
Definition at line 81 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_free(), and mempool_chunk_add().