Blender V4.5
BLI_mmap_file Struct Reference

Public Attributes

char * memory
size_t length
void * handle
volatile bool io_error

Detailed Description

Definition at line 26 of file BLI_mmap.cc.

Member Data Documentation

◆ handle

void* BLI_mmap_file::handle

Definition at line 34 of file BLI_mmap.cc.

Referenced by BLI_mmap_free(), and BLI_mmap_open().

◆ io_error

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

◆ length

size_t BLI_mmap_file::length

◆ memory

char* BLI_mmap_file::memory

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