Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
samurai::memory::FreeBlock Struct Reference
Collaboration diagram for samurai::memory::FreeBlock:
Collaboration graph

Public Attributes

union { 
 
   char *   next 
 
   std::uint64_t   dummy_ 
 
};  
 
std::uint64_t size
 

Detailed Description

Definition at line 17 of file CustomAllocator.cpp.

Member Data Documentation

◆ [union]

◆ dummy_

std::uint64_t samurai::memory::FreeBlock::dummy_

Definition at line 22 of file CustomAllocator.cpp.

◆ next

char* samurai::memory::FreeBlock::next

Definition at line 21 of file CustomAllocator.cpp.

◆ size

std::uint64_t samurai::memory::FreeBlock::size

Definition at line 24 of file CustomAllocator.cpp.


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