|
Blender V5.0
|
#include <BLI_mempool.h>
Public Attributes | |
| BLI_mempool * | pool |
| struct BLI_mempool_chunk * | curchunk |
| unsigned int | curindex |
Iteration stuff.
Definition at line 94 of file BLI_mempool.h.
| struct BLI_mempool_chunk* BLI_mempool_iter::curchunk |
Definition at line 96 of file BLI_mempool.h.
Referenced by BLI_mempool_iternew(), BLI_mempool_iterstep(), mempool_iter_threadsafe_create(), and mempool_iter_threadsafe_step().
| unsigned int BLI_mempool_iter::curindex |
Definition at line 97 of file BLI_mempool.h.
Referenced by BLI_mempool_iternew(), BLI_mempool_iterstep(), and mempool_iter_threadsafe_step().
| BLI_mempool* BLI_mempool_iter::pool |
Definition at line 95 of file BLI_mempool.h.
Referenced by BLI_mempool_iternew(), BLI_mempool_iterstep(), bmiter__elem_of_mesh_begin(), bmiter__elem_of_mesh_step(), and mempool_iter_threadsafe_step().