Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/array_store.c
| Context not available. | |||||
| * | | Each state is a chunk_list user, | * | | Each state is a chunk_list user, | ||||
| * | | avoids duplicating lists when there is no change between states. | * | | avoids duplicating lists when there is no change between states. | ||||
| * | | | * | | | ||||
| * | +- chunk_refs (List of BChunkRef): Each chunk_ref links to a a BChunk. | * | +- chunk_refs (List of BChunkRef): Each chunk_ref links to a BChunk. | ||||
| * | Each reference is a chunk user, | * | Each reference is a chunk user, | ||||
| * | avoids duplicating smaller chunks of memory found in multiple states. | * | avoids duplicating smaller chunks of memory found in multiple states. | ||||
| * | | * | | ||||
| Context not available. | |||||