HomeSort by relevance Sort by last modified time
    Searched refs:mpCurrAllocNode (Results 1 - 2 of 2) sorted by null

  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_audit.cpp 64 mpCurrAllocNode = mpAllocNode = NULL;
101 mpAllocNode = mpCurrAllocNode = NULL;
808 if (!mpCurrAllocNode) /* First node */
811 mpAllocNode = mpCurrAllocNode = currAllocAutoPtr.release();
815 OSCL_ASSERT(!mpCurrAllocNode->pNext);
816 mpCurrAllocNode->pNext = currAllocAutoPtr.release();
817 currAllocAutoPtr->pPrev = mpCurrAllocNode;
818 mpCurrAllocNode = mpCurrAllocNode->pNext;
826 return mpCurrAllocNode;
    [all...]
oscl_mem_audit.h 733 * nodes. mpCurrAllocNode is the tail of the list.
735 MM_AllocNode *mpAllocNode, *mpCurrAllocNode;
    [all...]

Completed in 21 milliseconds