|
Blender V4.3
|
#include <BLO_undofile.hh>
Public Attributes | |
| ListBase | chunks |
| size_t | size |
| MemFileSharedStorage * | shared_storage |
Definition at line 47 of file BLO_undofile.hh.
| ListBase MemFile::chunks |
Definition at line 48 of file BLO_undofile.hh.
Referenced by BLO_memfile_chunk_add(), BLO_memfile_clear_future(), BLO_memfile_free(), BLO_memfile_merge(), BLO_memfile_write_init(), ED_undosys_stack_memfile_id_changed_tag(), and undo_read().
| 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_t MemFile::size |
Definition at line 49 of file BLO_undofile.hh.
Referenced by BKE_memfile_undo_encode(), BLO_memfile_chunk_add(), BLO_memfile_free(), and BLO_write_shared().