jar

io.github.software-hardware-codesign : jme3-alloc-android-debug

Maven & Gradle

Jun 06, 2023
6 stars

jme-alloc API · A direct dynamic memory allocation api for jMonkeyEngine lwjgl-2 and android games.

Table Of Contents

Latest Version

Download io.github.software-hardware-codesign : jme3-alloc-android-debug JAR file - Latest Versions:

All Versions

Download io.github.software-hardware-codesign : jme3-alloc-android-debug JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jme3-alloc-android-debug-1.0.0-pre-gamma-2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jme3.alloc.util

├─ com.jme3.alloc.util.NativeBufferUtils.class - [JAR]

├─ com.jme3.alloc.util.NativeErrno.class - [JAR]

com.jme3.alloc

├─ com.jme3.alloc.ConcurrentBufferAllocator.class - [JAR]

com.jme3.alloc.util.loader

├─ com.jme3.alloc.util.loader.LibraryInfo.class - [JAR]

├─ com.jme3.alloc.util.loader.NativeBinaryLoader.class - [JAR]

├─ com.jme3.alloc.util.loader.NativeDynamicLibrary.class - [JAR]

├─ com.jme3.alloc.util.loader.NativeVariant.class - [JAR]

├─ com.jme3.alloc.util.loader.RetryCriteria.class - [JAR]

├─ com.jme3.alloc.util.loader.UnSupportedSystemError.class - [JAR]

com.jme3.alloc.gc

├─ com.jme3.alloc.gc.GarbageCollectibleBuffer.class - [JAR]

├─ com.jme3.alloc.gc.GarbageCollectibleBufferAllocator.class - [JAR]

├─ com.jme3.alloc.gc.MemoryScavenger.class - [JAR]

├─ com.jme3.alloc.gc.UnSupportedBufferException.class - [JAR]