Galois
|
Linked list structure holding together blocks of memory that stores edges. More...
#include <LC_Morph_Graph.h>
Public Attributes | |
EdgeInfo * | begin |
Beginning of memory for this block. More... | |
EdgeInfo * | end |
End of memory for this block. More... | |
EdgeHolder * | next |
Pointer to another block of memory for edges (if it exists). More... | |
Linked list structure holding together blocks of memory that stores edges.
EdgeInfo* galois::graphs::LC_Morph_Graph< NodeTy, EdgeTy, HasNoLockable, UseNumaAlloc, HasOutOfLineLockable, HasId, FileEdgeTy >::EdgeHolder::begin |
Beginning of memory for this block.
EdgeInfo* galois::graphs::LC_Morph_Graph< NodeTy, EdgeTy, HasNoLockable, UseNumaAlloc, HasOutOfLineLockable, HasId, FileEdgeTy >::EdgeHolder::end |
End of memory for this block.
EdgeHolder* galois::graphs::LC_Morph_Graph< NodeTy, EdgeTy, HasNoLockable, UseNumaAlloc, HasOutOfLineLockable, HasId, FileEdgeTy >::EdgeHolder::next |
Pointer to another block of memory for edges (if it exists).