Home
last modified time | relevance | path

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

/external/opencore/baselibs/threadsafe_callback_ao/src/
Dthreadsafe_mempool.cpp60 iNumChunk(1), iChunkSize(0), iChunkSizeMemAligned(0), in ThreadSafeMemPoolFixedChunkAllocator()
67 iChunkSize = chunksize; in ThreadSafeMemPoolFixedChunkAllocator()
74 if (iChunkSize > 0) in ThreadSafeMemPoolFixedChunkAllocator()
144 if (iChunkSize == 0) in allocate()
146 iChunkSize = n; in allocate()
149 else if (n > iChunkSize) in allocate()
247 if (iChunkSize == 0 || iNumChunk == 0) in createmempool()
253 iChunkSizeMemAligned = oscl_mem_aligned_size(iChunkSize); in createmempool()
Dthreadsafe_mempool.h113 uint32 iChunkSize; variable
/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_mempool.cpp26 iNumChunk(1), iChunkSize(0), iChunkSizeMemAligned(0), in OsclMemPoolFixedChunkAllocator()
34 iChunkSize = chunksize; in OsclMemPoolFixedChunkAllocator()
41 if (iChunkSize > 0) in OsclMemPoolFixedChunkAllocator()
88 if (iChunkSize == 0) in allocate()
90 iChunkSize = n; in allocate()
93 else if (n > iChunkSize) in allocate()
179 if (iChunkSize == 0 || iNumChunk == 0) in createmempool()
185 iChunkSizeMemAligned = oscl_mem_aligned_size(iChunkSize); in createmempool()
Doscl_mem_mempool.h145 uint32 iChunkSize; variable
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_socket_buffer_allocators.h68 iChunkSize = chunkSize; in PVMFSocketBufferAllocator()
107 return ((iNumChunks - iNumOutStandingBuffers)*iChunkSize);
126 uint32 iChunkSize; variable
/external/opencore/nodes/streaming/common/include/
Dpvmf_streaming_buffer_allocators.h98 iChunkSize = chunkSize; in PVMFSocketBufferAllocator()
137 return ((iNumChunks - iNumOutStandingBuffers)*iChunkSize);
156 uint32 iChunkSize; variable