Searched refs:poolSize (Results 1 – 2 of 2) sorted by relevance
68 public BytesBufferPool(int poolSize, int bufferSize) { in BytesBufferPool() argument69 mList = new ArrayList<BytesBuffer>(poolSize); in BytesBufferPool()70 mPoolSize = poolSize; in BytesBufferPool()
290 size_t poolSize = 0; in copyLargeValuesToSharedMemory() local294 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()295 operand.location.offset = poolSize; in copyLargeValuesToSharedMemory()296 poolSize += operand.location.length; in copyLargeValuesToSharedMemory()301 std::tie(n, mLargeValueMemory) = MemoryAshmem::create(poolSize); in copyLargeValuesToSharedMemory()305 VLOG(MODEL) << "Allocated large value pool of size " << poolSize << " at index " in copyLargeValuesToSharedMemory()