|
Blender
V2.93
|
#include <BLI_mempool.h>
Public Attributes | |
| BLI_mempool * | pool |
| struct BLI_mempool_chunk * | curchunk |
| unsigned int | curindex |
| struct BLI_mempool_chunk ** | curchunk_threaded_shared |
iteration stuff. note: this may easy to produce bugs with
Definition at line 67 of file BLI_mempool.h.
| struct BLI_mempool_chunk* BLI_mempool_iter::curchunk |
Definition at line 69 of file BLI_mempool.h.
Referenced by BLI_mempool_iter_threadsafe_create(), BLI_mempool_iternew(), and BLI_mempool_iterstep().
| struct BLI_mempool_chunk** BLI_mempool_iter::curchunk_threaded_shared |
Definition at line 72 of file BLI_mempool.h.
Referenced by BLI_mempool_iter_threadsafe_create(), BLI_mempool_iter_threadsafe_free(), BLI_mempool_iternew(), and BLI_mempool_iterstep().
| unsigned int BLI_mempool_iter::curindex |
Definition at line 70 of file BLI_mempool.h.
Referenced by BLI_mempool_iternew(), and BLI_mempool_iterstep().
| BLI_mempool* BLI_mempool_iter::pool |
Definition at line 68 of file BLI_mempool.h.
Referenced by BLI_mempool_iternew(), BLI_mempool_iterstep(), bmiter__elem_of_mesh_begin(), and bmiter__elem_of_mesh_step().