Blender V4.3
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 242 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 255 of file array_store.cc.

Referenced by bchunk_list_from_data_merge(), BLI_array_store_create(), and key_from_chunk_ref().

◆ accum_read_ahead_len

size_t BArrayInfo::accum_read_ahead_len

Definition at line 258 of file array_store.cc.

Referenced by bchunk_list_from_data_merge(), and BLI_array_store_create().

◆ accum_steps

size_t BArrayInfo::accum_steps

◆ chunk_byte_size

◆ chunk_byte_size_max

size_t BArrayInfo::chunk_byte_size_max

Definition at line 250 of file array_store.cc.

Referenced by BLI_array_store_create().

◆ chunk_byte_size_min

◆ chunk_stride


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