Home
last modified time | relevance | path

Searched refs:iNumRealAlloc (Results 1 – 1 of 1) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Doscl_variablesize_mem_pool.h66 iMaxPoolSize(maxPoolSize), iMemPool(NULL), iNumRealAlloc(0), iAverAllocSize(0), in OsclMemPoolVariableChunkAllocator()
235 iNumRealAlloc = 0; in clear()
350 iAverAllocSize = (iAverAllocSize * iNumRealAlloc + alloc_size); in doAllocate()
351 iAverAllocSize /= (OsclFloat)(++iNumRealAlloc); in doAllocate()
538 uint32 iNumRealAlloc; variable