ReactOS 0.4.15-dev-7953-g1f49173
FastAllocator::Block Struct Reference
Collaboration diagram for FastAllocator::Block:

Public Attributes

union {
   Block *   next
 
   double   dummy
 
   char   dummy2 [kMinBlockSize]
 
}; 
 

Detailed Description

Definition at line 151 of file nc_alloc.cpp.

Member Data Documentation

◆ 

union { ... } FastAllocator::Block::@4278

◆ dummy

double FastAllocator::Block::dummy

Definition at line 154 of file nc_alloc.cpp.

◆ dummy2

char FastAllocator::Block::dummy2[kMinBlockSize]

Definition at line 155 of file nc_alloc.cpp.

◆ next

Block* FastAllocator::Block::next

Definition at line 153 of file nc_alloc.cpp.

Referenced by FastAllocator::Allocate(), and FastAllocator::Free().


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