Searched refs:poolSize (Results 1 – 1 of 1) sorted by relevance
283 size_t poolSize = 0; in copyLargeValuesToSharedMemory() local287 poolSize += alignBytesNeeded(poolSize, operand.location.length); in copyLargeValuesToSharedMemory()288 operand.location.offset = poolSize; in copyLargeValuesToSharedMemory()289 poolSize += operand.location.length; in copyLargeValuesToSharedMemory()294 std::tie(n, mLargeValueMemory) = MemoryAshmem::create(poolSize); in copyLargeValuesToSharedMemory()298 VLOG(MODEL) << "Allocated large value pool of size " << poolSize << " at index " in copyLargeValuesToSharedMemory()