Blender  V3.3
Classes | Functions
BLI_array_store_utils.h File Reference

Go to the source code of this file.

Classes

struct  BArrayStore_AtSize
 

Functions

BArrayStoreBLI_array_store_at_size_ensure (struct BArrayStore_AtSize *bs_stride, int stride, int chunk_size)
 
BArrayStoreBLI_array_store_at_size_get (struct BArrayStore_AtSize *bs_stride, int stride)
 
void BLI_array_store_at_size_clear (struct BArrayStore_AtSize *bs_stride)
 
void BLI_array_store_at_size_calc_memory_usage (struct BArrayStore_AtSize *bs_stride, size_t *r_size_expanded, size_t *r_size_compacted)
 

Function Documentation

◆ BLI_array_store_at_size_calc_memory_usage()

void BLI_array_store_at_size_calc_memory_usage ( struct BArrayStore_AtSize bs_stride,
size_t *  r_size_expanded,
size_t *  r_size_compacted 
)

◆ BLI_array_store_at_size_clear()

void BLI_array_store_at_size_clear ( struct BArrayStore_AtSize bs_stride)

◆ BLI_array_store_at_size_ensure()

BArrayStore* BLI_array_store_at_size_ensure ( struct BArrayStore_AtSize bs_stride,
int  stride,
int  chunk_size 
)

◆ BLI_array_store_at_size_get()

BArrayStore* BLI_array_store_at_size_get ( struct BArrayStore_AtSize bs_stride,
int  stride 
)