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

  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_mempool.cpp 259 iExpectedNumBlocksPerBuffer(aExpectedNumBlocksPerBuffer),
291 if (iExpectedNumBlocksPerBuffer > 0)
293 buffersize += (iExpectedNumBlocksPerBuffer * iBlockInfoAlignedSize);
391 if (iExpectedNumBlocksPerBuffer > 0)
393 buffersize += (iExpectedNumBlocksPerBuffer * iBlockInfoAlignedSize);
425 if (iExpectedNumBlocksPerBuffer > 0)
427 buffersize += (iExpectedNumBlocksPerBuffer * iBlockInfoAlignedSize);
    [all...]
oscl_mem_mempool.h 339 uint32 iExpectedNumBlocksPerBuffer;

Completed in 11 milliseconds