Searched refs:g_LNodeAllocArray (Results 1 – 1 of 1) sorted by relevance
47 static LNodeAllocElement g_LNodeAllocArray[NUM_ALLOC_NODES]; variable55 g_LNodeAllocArray[i].usedflag = 0; in ClearLNodeArray()56 n = &(g_LNodeAllocArray[i].node); in ClearLNodeArray()68 if(g_LNodeAllocArray[i].usedflag == 0){ in AllocNode()69 g_LNodeAllocArray[i].usedflag = 1; in AllocNode()72 (g_LNodeAllocArray[i].node).data = NULL; in AllocNode()73 (g_LNodeAllocArray[i].node).prev = NULL; in AllocNode()74 (g_LNodeAllocArray[i].node).next = NULL; in AllocNode()76 return &(g_LNodeAllocArray[i].node); in AllocNode()90 addr = (long) (&(g_LNodeAllocArray[i].node)); in FreeNode()[all …]