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

  /external/opencore/baselibs/threadsafe_callback_ao/src/
threadsafe_mempool.cpp 61 iMemPoolAllocator(gen_alloc), iMemPool(NULL),
177 if (iMemPool == NULL)
184 uint8* mptmp = (uint8*)iMemPool;
257 OSCL_TRY(leavecode, iMemPool = iMemPoolAllocator->ALLOCATE(iNumChunk * iChunkSizeMemAligned));
261 OSCL_TRY(leavecode, iMemPool = OSCL_MALLOC(iNumChunk * iChunkSizeMemAligned));
264 if (leavecode || iMemPool == NULL)
270 oscl_memset(iMemPool, 0x55, iNumChunk*iChunkSizeMemAligned);
275 uint8* chunkptr = (uint8*)iMemPool;
297 if (iMemPool)
301 iMemPoolAllocator->deallocate(iMemPool);
    [all...]
threadsafe_mempool.h 116 OsclAny* iMemPool;
  /external/opencore/protocols/http_parcom/src/
oscl_variablesize_mem_pool.h 66 iMaxPoolSize(maxPoolSize), iMemPool(NULL), iNumRealAlloc(0), iAverAllocSize(0),
89 if (iMemPool == NULL) createMempool();
175 if (iFreeMemChunkList.empty() || iMemPool == NULL) return 0;
197 if (iFreeMemChunkList.empty() || iMemPool == NULL) return 0;
209 if (iUsedMemChunkList.empty() || iMemPool == NULL) return 0;
240 memChunk.ptr = iMemPool;
274 iMemPool = OSCL_MALLOC(iMaxPoolSize);
275 if (iMemPool == NULL)
295 memChunk.ptr = iMemPool;
304 if (iMemPool) OSCL_FREE(iMemPool)
    [all...]
  /external/opencore/oscl/oscl/osclerror/src/
oscl_mempool_allocator.cpp 126 oscl_memset(iMemPool, 0x55, aNumChunk*lChunkSizeMemAligned);
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_node.cpp 954 iSockConfig->iMemPool = memPool;
    [all...]
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 27 iMemPoolAllocator(gen_alloc), iMemPool(NULL),
124 if (iMemPool == NULL)
131 uint8* mptmp = (uint8*)iMemPool;
189 OSCL_TRY(leavecode, iMemPool = iMemPoolAllocator->ALLOCATE(iNumChunk * iChunkSizeMemAligned));
193 iMemPool = OSCL_MALLOC(iNumChunk * iChunkSizeMemAligned);
196 if (leavecode || iMemPool == NULL)
202 oscl_memset(iMemPool, 0x55, iNumChunk*iChunkSizeMemAligned);
207 uint8* chunkptr = (uint8*)iMemPool;
229 if (iMemPool)
233 iMemPoolAllocator->deallocate(iMemPool);
    [all...]
oscl_mem_mempool.h 148 OsclAny* iMemPool;
  /external/opencore/nodes/pvsocketnode/src/
pvmf_socket_node.cpp 239 iMemPool->CreateAllocators(iMime, aSize, aExpectedNumberOfBlocksPerBuffer, aResizeSize, aMaxNumResizes);
244 if (iMemPool)
246 iMemPool->DestroyAllocators();
247 iMemPool->~PVMFSocketNodeMemPool();
248 aAlloc.deallocate((OsclAny*)(iMemPool));
249 iMemPool = NULL;
868 PVMFSocketNodeMemPool * portMemPool = portConfig->iMemPool;
    [all...]
  /external/opencore/nodes/pvclientserversocketnode/include/
pvmf_clientserver_socket_node.h 216 iMemPool = NULL;
236 PVMFSocketNodeMemPool *iMemPool;
  /external/opencore/nodes/pvsocketnode/include/
pvmf_socket_node.h 580 iMemPool = NULL;
607 PVMFSocketNodeMemPool *iMemPool;
    [all...]

Completed in 1194 milliseconds