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

/external/opencore/nodes/pvclientserversocketnode/src/
H A Dpvmf_clientserver_socket_node.cpp1252 iInternalAlloc = NULL;
1285 iMemPool->iInternalAlloc = OSCL_NEW(PVMFSMSharedBufferAllocWithReSize, (
1289 PVMFSharedSocketDataBufferAlloc *alloc_ptr = OSCL_PLACEMENT_NEW(my_ptr, PVMFSharedSocketDataBufferAlloc(iMemPool->iInternalAlloc));
1298 if (iMemPool->iInternalAlloc != NULL)
1300 iMemPool->iInternalAlloc->DecrementKeepAliveCount();
1302 iMemPool->iInternalAlloc->getNumOutStandingBuffers();
1305 OSCL_DELETE((iMemPool->iInternalAlloc));
1306 iMemPool->iInternalAlloc = NULL;
/external/opencore/nodes/pvsocketnode/src/
H A Dpvmf_socket_node.cpp44 iInternalAlloc = NULL;
75 * It may be possible that the allocator was binded to iInternalAlloc/iSharedBufferAlloc
77 * Deallocation of iInternalAlloc/iSharedBufferAlloc will be done as part of Reset/Destruction of node
101 * It may be possible that the allocator was binded to iInternalAlloc/iSharedBufferAlloc
103 * Deallocation of iInternalAlloc/iSharedBufferAlloc will be done as part of Reset/Destruction of node
109 OSCL_ASSERT(iInternalAlloc == NULL);
110 if (iInternalAlloc)
113 iInternalAlloc = OSCL_NEW(OsclMemPoolResizableAllocator, (iSharedDataBufferInfo.iSize, (1 + iSharedDataBufferInfo.iMaxNumResizes),
115 iInternalAlloc->setMaxSzForNewMemPoolBuffer(iSharedDataBufferInfo.iResizeSize);
116 iMediaMsgAllocator = OSCL_NEW(PVMFResizableSimpleMediaMsgAlloc, (iInternalAlloc));
[all...]
/external/opencore/nodes/pvclientserversocketnode/include/
H A Dpvmf_clientserver_socket_node.h113 PVMFSMSharedBufferAllocWithReSize* iInternalAlloc; member in class:PVMFSocketNodeMemPool
/external/opencore/nodes/pvsocketnode/include/
H A Dpvmf_socket_node.h186 OsclMemPoolResizableAllocator* iInternalAlloc;//[MSHTTP Streaming Specific specific] member in class:PVMFSocketNodeMemPool

Completed in 47 milliseconds