|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| union { | |
| Block * next | |
| double dummy | |
| char dummy2 [kMinBlockSize] | |
| }; | |
Definition at line 151 of file nc_alloc.cpp.
| union { ... } FastAllocator::Block::@4580 |
| 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().