Menu

object::RawStorage< size >::AllocInfo Struct Reference

Memory management information. In front of each allocated block. More...

#include <RawStorage.h>

Data Fields

SizeT block_length
 Length of the allocated block.
SizeT next_allocated
 Offset in data where we find next AllocInfo instance (size if this is last).

Detailed Description

template<uint64_t size>
struct object::RawStorage< size >::AllocInfo

Memory management information. In front of each allocated block.


Field Documentation


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