ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
ucommon::memalloc::mempage Struct Reference
Collaboration diagram for ucommon::memalloc::mempage:
[legend]

Public Attributes

struct mempagenext
 
union {
   void *   memalign
 
   unsigned   used
 
}; 
 

Detailed Description

Definition at line 69 of file memory.h.

Member Data Documentation

◆ 

union { ... } ucommon::memalloc::mempage::@12

◆ memalign

void* ucommon::memalloc::mempage::memalign

Definition at line 72 of file memory.h.

◆ next

struct mempage* ucommon::memalloc::mempage::next

◆ used

unsigned ucommon::memalloc::mempage::used

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