Blender
V3.3
|
Public Attributes | |
struct BLI_mempool_chunk * | next |
A chunk of memory in the mempool stored in BLI_mempool.chunks as a double linked list.
Definition at line 90 of file BLI_mempool.c.
struct BLI_mempool_chunk* BLI_mempool_chunk::next |
Definition at line 91 of file BLI_mempool.c.
Referenced by BLI_mempool_clear_ex(), BLI_mempool_free(), BLI_mempool_iterstep(), mempool_chunk_add(), mempool_chunk_find(), mempool_chunk_free_all(), and mempool_iter_threadsafe_step().