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..
![]() ![]() |
Public Attributes | |
struct mempage * | next |
union { | |
void * memalign | |
unsigned used | |
}; | |
union { ... } ucommon::memalloc::mempage::@12 |
struct mempage* ucommon::memalloc::mempage::next |
Definition at line 70 of file memory.h.
Referenced by ucommon::memalloc::_alloc(), ucommon::memalloc::pager(), ucommon::memalloc::purge(), and ucommon::memalloc::utilization().
unsigned ucommon::memalloc::mempage::used |
Definition at line 73 of file memory.h.
Referenced by ucommon::memalloc::_alloc(), ucommon::memalloc::pager(), and ucommon::memalloc::utilization().