Searched refs:poolSize (Results 1 – 2 of 2) sorted by relevance
72 private val poolSize: Int, constant in com.android.systemui.log.LogBuffer155 buffer.size > maxLogs - poolSize -> buffer.removeFirst() in obtain()
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()