package io.grpc.internal;
/* loaded from: classes6.dex */
public interface WritableBufferAllocator {
WritableBuffer allocate(int i);
}