Blender V4.5
BArrayInfo Struct Reference

Public Attributes

size_t chunk_stride
 
size_t chunk_byte_size
 
size_t chunk_byte_size_min
 
size_t chunk_byte_size_max
 
size_t accum_read_ahead_bytes
 
size_t accum_steps
 
size_t accum_read_ahead_len
 

Detailed Description

Definition at line 244 of file array_store.cc.

Member Data Documentation

◆ accum_read_ahead_bytes

size_t BArrayInfo::accum_read_ahead_bytes

The read-ahead value should never exceed chunk_byte_size, otherwise the hash would be based on values in the next chunk.

Definition at line 257 of file array_store.cc.

Referenced by BLI_array_store_create().

◆ accum_read_ahead_len

size_t BArrayInfo::accum_read_ahead_len

Definition at line 260 of file array_store.cc.

Referenced by BLI_array_store_create().

◆ accum_steps

size_t BArrayInfo::accum_steps

Definition at line 259 of file array_store.cc.

Referenced by BLI_array_store_create().

◆ chunk_byte_size

size_t BArrayInfo::chunk_byte_size

Definition at line 249 of file array_store.cc.

Referenced by BLI_array_store_create().

◆ chunk_byte_size_max

size_t BArrayInfo::chunk_byte_size_max

Definition at line 252 of file array_store.cc.

Referenced by BLI_array_store_create().

◆ chunk_byte_size_min

size_t BArrayInfo::chunk_byte_size_min

Definition at line 251 of file array_store.cc.

Referenced by BLI_array_store_create(), and BLI_array_store_is_valid().

◆ chunk_stride

size_t BArrayInfo::chunk_stride

Definition at line 245 of file array_store.cc.

Referenced by BLI_array_store_create(), and BLI_array_store_state_add().


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