Blender
V3.3
|
Public Attributes | |
BLI_mempool * | chunk_list |
BLI_mempool * | chunk_ref |
BLI_mempool * | chunk |
Definition at line 219 of file array_store.c.
BLI_mempool* BArrayMemory::chunk |
Definition at line 222 of file array_store.c.
Referenced by array_store_free_data(), bchunk_decref(), bchunk_new(), BLI_array_store_calc_size_compacted_get(), BLI_array_store_clear(), BLI_array_store_create(), BLI_array_store_destroy(), and BLI_array_store_is_valid().
BLI_mempool* BArrayMemory::chunk_list |
Definition at line 220 of file array_store.c.
Referenced by bchunk_list_decref(), bchunk_list_new(), BLI_array_store_clear(), BLI_array_store_create(), BLI_array_store_destroy(), and BLI_array_store_is_valid().
BLI_mempool* BArrayMemory::chunk_ref |
Definition at line 221 of file array_store.c.
Referenced by bchunk_list_append_only(), bchunk_list_decref(), bchunk_list_ensure_min_size_last(), BLI_array_store_clear(), BLI_array_store_create(), BLI_array_store_destroy(), and BLI_array_store_is_valid().