Blender
V3.3
|
#include <BLI_array_store_utils.h>
Public Attributes | |
struct BArrayStore ** | stride_table |
int | stride_table_len |
Definition at line 15 of file BLI_array_store_utils.h.
struct BArrayStore** BArrayStore_AtSize::stride_table |
Definition at line 16 of file BLI_array_store_utils.h.
Referenced by BLI_array_store_at_size_calc_memory_usage(), BLI_array_store_at_size_clear(), BLI_array_store_at_size_ensure(), and BLI_array_store_at_size_get().
int BArrayStore_AtSize::stride_table_len |
Definition at line 17 of file BLI_array_store_utils.h.
Referenced by BLI_array_store_at_size_calc_memory_usage(), BLI_array_store_at_size_clear(), and BLI_array_store_at_size_ensure().