FreeNOS
Data Fields
PoolAllocator::ObjectPrefix Struct Reference

This data structure is prepended in memory before each object. More...

Data Fields

u32 signature
 Filled with a fixed value to detect corruption/overflows. More...
 
Poolpool
 Points to the Pool instance where this object belongs to. More...
 

Detailed Description

This data structure is prepended in memory before each object.

Definition at line 84 of file PoolAllocator.h.

Field Documentation

◆ pool

Pool* PoolAllocator::ObjectPrefix::pool

Points to the Pool instance where this object belongs to.

Definition at line 87 of file PoolAllocator.h.

Referenced by PoolAllocator::allocate().

◆ signature

u32 PoolAllocator::ObjectPrefix::signature

Filled with a fixed value to detect corruption/overflows.

Definition at line 86 of file PoolAllocator.h.

Referenced by PoolAllocator::allocate().


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