|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Attributes | |
| union { | |
| FreeListNode * next | |
| FreeListNode * list | |
| }; | |
| Union for clarity when manipulating the node. More... | |
Definition at line 133 of file free-pool.h.
| union { ... } |
Union for clarity when manipulating the node.
| FreeListNode* impala::FreePool::FreeListNode::list |
Definition at line 137 of file free-pool.h.
Referenced by impala::FreePool::Allocate(), impala::FreePool::Free(), and impala::FreePool::Reallocate().
| FreeListNode* impala::FreePool::FreeListNode::next |
Definition at line 136 of file free-pool.h.
Referenced by impala::FreePool::Allocate(), impala::FreePool::DebugString(), and impala::FreePool::Free().