Blender V5.0
BLI_mmap_file Struct Reference

Public Attributes

char * memory
size_t length
void *volatile handle
volatile bool io_error
size_t id

Detailed Description

Definition at line 30 of file BLI_mmap.cc.

Member Data Documentation

◆ handle

void* volatile BLI_mmap_file::handle

Definition at line 38 of file BLI_mmap.cc.

Referenced by BLI_mmap_free(), and BLI_mmap_open().

◆ id

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().

◆ io_error

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().

◆ length

size_t BLI_mmap_file::length

◆ memory

char* BLI_mmap_file::memory

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