ReactOS 0.4.16-dev-736-g28b802b
|
Public Attributes | |
union { | |
Block * next | |
double dummy | |
char dummy2 [kMinBlockSize] | |
}; | |
Definition at line 151 of file nc_alloc.cpp.
union { ... } FastAllocator::Block::@4324 |
double FastAllocator::Block::dummy |
Definition at line 154 of file nc_alloc.cpp.
char FastAllocator::Block::dummy2[kMinBlockSize] |
Definition at line 155 of file nc_alloc.cpp.
Block* FastAllocator::Block::next |
Definition at line 153 of file nc_alloc.cpp.
Referenced by FastAllocator::Allocate(), and FastAllocator::Free().