Searched refs:iInternalAlloc (Results 1 – 4 of 4) sorted by relevance
1252 iInternalAlloc = NULL; in PVMFSocketNodeMemPool()1285 iMemPool->iInternalAlloc = OSCL_NEW(PVMFSMSharedBufferAllocWithReSize, ( in DoSetSocketPortMemAllocator()1289 …*alloc_ptr = OSCL_PLACEMENT_NEW(my_ptr, PVMFSharedSocketDataBufferAlloc(iMemPool->iInternalAlloc)); in DoSetSocketPortMemAllocator()1298 if (iMemPool->iInternalAlloc != NULL) in CleanupMemPools()1300 iMemPool->iInternalAlloc->DecrementKeepAliveCount(); in CleanupMemPools()1302 iMemPool->iInternalAlloc->getNumOutStandingBuffers(); in CleanupMemPools()1305 OSCL_DELETE((iMemPool->iInternalAlloc)); in CleanupMemPools()1306 iMemPool->iInternalAlloc = NULL; in CleanupMemPools()
44 iInternalAlloc = NULL; in PVMFSocketNodeMemPool()109 OSCL_ASSERT(iInternalAlloc == NULL); in CreateDefaultDataBufferAllocator()110 if (iInternalAlloc) in CreateDefaultDataBufferAllocator()113 …iInternalAlloc = OSCL_NEW(OsclMemPoolResizableAllocator, (iSharedDataBufferInfo.iSize, (1 + iShare… in CreateDefaultDataBufferAllocator()115 iInternalAlloc->setMaxSzForNewMemPoolBuffer(iSharedDataBufferInfo.iResizeSize); in CreateDefaultDataBufferAllocator()116 iMediaMsgAllocator = OSCL_NEW(PVMFResizableSimpleMediaMsgAlloc, (iInternalAlloc)); in CreateDefaultDataBufferAllocator()147 else if (iInternalAlloc) in GetMaxSizeMediaMsgLen()149 resizableAllocator = OSCL_STATIC_CAST(OsclMemPoolResizableAllocator*, iInternalAlloc); in GetMaxSizeMediaMsgLen()162 if (iInternalAlloc != NULL) in DestroyAllocators()164 iInternalAlloc->CancelFreeChunkAvailableCallback(); in DestroyAllocators()[all …]
113 PVMFSMSharedBufferAllocWithReSize* iInternalAlloc; variable
186 OsclMemPoolResizableAllocator* iInternalAlloc;//[MSHTTP Streaming Specific specific] variable