|
Blender V4.5
|
Public Attributes | |
| char * | memory |
| size_t | length |
| void * | handle |
| volatile bool | io_error |
Definition at line 26 of file BLI_mmap.cc.
| void* BLI_mmap_file::handle |
Definition at line 34 of file BLI_mmap.cc.
Referenced by BLI_mmap_free(), and BLI_mmap_open().
| volatile bool BLI_mmap_file::io_error |
Definition at line 38 of file BLI_mmap.cc.
Referenced by BLI_mmap_any_io_error(), BLI_mmap_read(), and sigbus_handler().
| size_t BLI_mmap_file::length |
Definition at line 31 of file BLI_mmap.cc.
Referenced by BLI_mmap_free(), BLI_mmap_get_length(), BLI_mmap_open(), BLI_mmap_read(), and sigbus_handler().
| char* BLI_mmap_file::memory |
Definition at line 28 of file BLI_mmap.cc.
Referenced by BLI_mmap_free(), BLI_mmap_get_pointer(), BLI_mmap_open(), BLI_mmap_read(), and sigbus_handler().