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

  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 282 iMemPoolBufferList.reserve(iMemPoolBufferNumLimit);
286 iMemPoolBufferList.reserve(2);
345 if (iMemPoolBufferNumLimit > 0 && iMemPoolBufferList.size() >= iMemPoolBufferNumLimit)
350 for (uint32 j = 0; j < iMemPoolBufferList.size(); ++j)
352 if (iMemPoolBufferList[j]->iNumOutstanding == 0)
357 iMemPoolBufferAllocator->deallocate((OsclAny*)iMemPoolBufferList[j]);
361 OSCL_FREE((OsclAny*)iMemPoolBufferList[j]);
365 iMemPoolBufferList.erase(iMemPoolBufferList.begin() + j);
386 OSCL_ASSERT(iMemPoolBufferList.size() < iMemPoolBufferNumLimit)
    [all...]
oscl_mem_mempool.h 342 Oscl_Vector<MemPoolBufferInfo*, OsclMemAllocator> iMemPoolBufferList;

Completed in 65 milliseconds