Blender V4.3
MemFile Struct Reference

#include <BLO_undofile.hh>

Public Attributes

ListBase chunks
 
size_t size
 
MemFileSharedStorageshared_storage
 

Detailed Description

Definition at line 47 of file BLO_undofile.hh.

Member Data Documentation

◆ chunks

◆ shared_storage

MemFileSharedStorage* MemFile::shared_storage

Some data is not serialized into a new buffer because the undo-step can take ownership of it without making a copy. This is faster and requires less memory.

Definition at line 54 of file BLO_undofile.hh.

Referenced by BLO_memfile_free(), blo_read_shared_impl(), and BLO_write_shared().

◆ size

size_t MemFile::size

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