Honeycomb  0.1
Component-Model Framework
Public Attributes | Static Public Attributes | List of all members
honey::MemPool::Bucket::BlockHeader::Debug Struct Reference

#include <Pool.h>

Collaboration diagram for honey::MemPool::Bucket::BlockHeader::Debug:
Collaboration graph
[legend]

Public Attributes

szt size
 
int srcLine
 
const char * srcFile
 
Handle prev
 
int sig
 Signature sentinel to verify block state. More...
 

Static Public Attributes

static const int sigFree = 0xB10CF8EE
 Block Free. More...
 
static const int sigUsed = 0x05EDB10C
 Used Block. More...
 

Member Data Documentation

Handle honey::MemPool::Bucket::BlockHeader::Debug::prev
int honey::MemPool::Bucket::BlockHeader::Debug::sig

Signature sentinel to verify block state.

const int honey::MemPool::Bucket::BlockHeader::Debug::sigFree = 0xB10CF8EE
static

Block Free.

const int honey::MemPool::Bucket::BlockHeader::Debug::sigUsed = 0x05EDB10C
static

Used Block.

szt honey::MemPool::Bucket::BlockHeader::Debug::size
const char* honey::MemPool::Bucket::BlockHeader::Debug::srcFile
int honey::MemPool::Bucket::BlockHeader::Debug::srcLine

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