Home
last modified time | relevance | path

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

/external/opencore/nodes/pvclientserversocketnode/src/
Dpvmf_clientserver_socket_node.cpp1252 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()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp44 iInternalAlloc = NULL; in PVMFSocketNodeMemPool()
109 OSCL_ASSERT(iInternalAlloc == NULL); in CreateDefaultDataBufferAllocator()
110 if (iInternalAlloc) in CreateDefaultDataBufferAllocator()
113iInternalAlloc = 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 …]
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_clientserver_socket_node.h113 PVMFSMSharedBufferAllocWithReSize* iInternalAlloc; variable
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h186 OsclMemPoolResizableAllocator* iInternalAlloc;//[MSHTTP Streaming Specific specific] variable