Blender
V3.3
|
#include <BLI_mempool.h>
Public Attributes | |
BLI_mempool * | pool |
struct BLI_mempool_chunk * | curchunk |
unsigned int | curindex |
Iteration stuff.
Definition at line 91 of file BLI_mempool.h.
struct BLI_mempool_chunk* BLI_mempool_iter::curchunk |
Definition at line 93 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 94 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 92 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().