- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
21 lines
483 B
Java
21 lines
483 B
Java
package com.fyber.inneractive.sdk.util;
|
|
|
|
import java.nio.ByteBuffer;
|
|
import java.util.concurrent.ConcurrentLinkedQueue;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class g {
|
|
public static final g b = new g();
|
|
public final ConcurrentLinkedQueue a = new ConcurrentLinkedQueue();
|
|
|
|
public g() {
|
|
for (int i = 0; i < 2; i++) {
|
|
this.a.offer(a());
|
|
}
|
|
}
|
|
|
|
public static ByteBuffer a() {
|
|
return ByteBuffer.allocateDirect(16384);
|
|
}
|
|
}
|