|
Blender V5.0
|
Public Attributes | |
| char * | memory |
| size_t | length |
| void *volatile | handle |
| volatile bool | io_error |
| size_t | id |
Definition at line 30 of file BLI_mmap.cc.
| void* volatile BLI_mmap_file::handle |
Definition at line 38 of file BLI_mmap.cc.
Referenced by BLI_mmap_free(), and BLI_mmap_open().
| size_t BLI_mmap_file::id |
Definition at line 46 of file BLI_mmap.cc.
Referenced by BLI_mmap_open(), and try_handle_error_for_address().
| volatile bool BLI_mmap_file::io_error |
Definition at line 42 of file BLI_mmap.cc.
Referenced by BLI_mmap_any_io_error(), BLI_mmap_read(), and try_handle_error_for_address().
| size_t BLI_mmap_file::length |
Definition at line 35 of file BLI_mmap.cc.
Referenced by BLI_mmap_free(), BLI_mmap_get_length(), BLI_mmap_open(), BLI_mmap_read(), and try_map_zeros().
| char* BLI_mmap_file::memory |
Definition at line 32 of file BLI_mmap.cc.
Referenced by BLI_mmap_free(), BLI_mmap_get_pointer(), BLI_mmap_open(), BLI_mmap_read(), and try_map_zeros().