Go to the source code of this file.
Functions | |
int | DGL_SP_CACHE_INITIALIZE_FUNC (dglGraph_s *pgraph, dglSPCache_s *pCache, dglInt32_t nStart) |
void | DGL_SP_CACHE_RELEASE_FUNC (dglGraph_s *pgraph, dglSPCache_s *pCache) |
int DGL_SP_CACHE_INITIALIZE_FUNC | ( | dglGraph_s * | pgraph, | |
dglSPCache_s * | pCache, | |||
dglInt32_t | nStart | |||
) |
Definition at line 29 of file sp-template.c.
References avl_create, dglHeapInit(), dglTreeGetAllocator(), dglTreePredistCompare(), dglTreeTouchI32Compare(), dglSPCache_s::NodeHeap, dglSPCache_s::nStartNode, dglSPCache_s::pvPredist, and dglSPCache_s::pvVisited.
void DGL_SP_CACHE_RELEASE_FUNC | ( | dglGraph_s * | pgraph, | |
dglSPCache_s * | pCache | |||
) |
Definition at line 39 of file sp-template.c.
References avl_destroy, dglHeapFree(), dglTreePredistCancel(), dglTreeTouchI32Cancel(), dglSPCache_s::NodeHeap, dglSPCache_s::pvPredist, and dglSPCache_s::pvVisited.