Blender  V2.93
Public Attributes | List of all members
BLI_mempool_iter Struct Reference

#include <BLI_mempool.h>

Public Attributes

BLI_mempoolpool
 
struct BLI_mempool_chunkcurchunk
 
unsigned int curindex
 
struct BLI_mempool_chunk ** curchunk_threaded_shared
 

Detailed Description

iteration stuff. note: this may easy to produce bugs with

Definition at line 67 of file BLI_mempool.h.

Member Data Documentation

◆ curchunk

struct BLI_mempool_chunk* BLI_mempool_iter::curchunk

◆ curchunk_threaded_shared

struct BLI_mempool_chunk** BLI_mempool_iter::curchunk_threaded_shared

◆ curindex

unsigned int BLI_mempool_iter::curindex

Definition at line 70 of file BLI_mempool.h.

Referenced by BLI_mempool_iternew(), and BLI_mempool_iterstep().

◆ pool

BLI_mempool* BLI_mempool_iter::pool

The documentation for this struct was generated from the following file: