Inheritance diagram for VMemPoolBlockSP:
Public Member Functions | |
VMemPool::typeCode | type () |
void | setType (VMemPool::typeCode val) |
Bit32 | length () |
void | setLength (Bit32 val) |
VMemPoolBlockSP | next () |
void | setNext (VMemPoolBlockSP val) |
VMemPoolBlockSP () | |
VMemPoolBlockSP (Bit32 sp) | |
Public Attributes | |
Bit32 | sp |
Friends | |
int | operator== (VMemPoolBlockSP a, VMemPoolBlockSP b) |
int | operator!= (VMemPoolBlockSP a, VMemPoolBlockSP b) |
|
Definition at line 120 of file VMemPool.C. |
|
Definition at line 121 of file VMemPool.C. |
|
Definition at line 100 of file VMemPool.C. References VMemPool::base, FREEBK_LENGTH, and sp. Referenced by VMemPool::allocate(). |
|
Definition at line 108 of file VMemPool.C. References VMemPool::base, FREEBK_NEXT, and sp. Referenced by VMemPool::allocate(), and VMemPool::free(). |
|
Definition at line 105 of file VMemPool.C. References VMemPool::base, FREEBK_LENGTH, and sp. Referenced by VMemPool::allocate(), and VMemPool::free(). |
|
Definition at line 113 of file VMemPool.C. References VMemPool::base, FREEBK_NEXT, and sp. Referenced by VMemPool::allocate(), and VMemPool::free(). |
|
Definition at line 98 of file VMemPool.C. References VMemPool::base, FREEBK_FLAGS, and sp. Referenced by VMemPool::allocate(), and VMemPool::free(). |
|
Definition at line 94 of file VMemPool.C. References VMemPool::base, FREEBK_FLAGS, and sp. Referenced by VMemPool::free(), VMemPool::rebuildDirShortIdTable(), and VMemPool::type(). |
|
Definition at line 118 of file VMemPool.C. |
|
Definition at line 116 of file VMemPool.C. |
|
Definition at line 93 of file VMemPool.C. Referenced by VMemPool::allocate(), VMemPool::free(), VMemPool::grow(), VMemPool::init(), length(), next(), VMemPool::readCheckpoint(), VMemPool::rebuildDirShortIdTable(), setLength(), setNext(), setType(), VMemPool::type(), and type(). |