PeriDyno 0.8.2
Public Attributes | List of all members
ofbx::Allocator::Page Struct Reference
Collaboration diagram for ofbx::Allocator::Page:
Collaboration graph
[legend]

Public Attributes

struct {
   Page *   next = nullptr
 
   u32   offset = 0
 
header
 
u8 data [4096 *1024 - 12]
 

Detailed Description

Definition at line 18 of file ofbx.cpp.

Member Data Documentation

◆ data

u8 ofbx::Allocator::Page::data[4096 *1024 - 12]

Definition at line 23 of file ofbx.cpp.

◆ 

struct { ... } ofbx::Allocator::Page::header

◆ next

Page* ofbx::Allocator::Page::next = nullptr

Definition at line 20 of file ofbx.cpp.

◆ offset

u32 ofbx::Allocator::Page::offset = 0

Definition at line 21 of file ofbx.cpp.


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