jar

com.github.alaisi.nalloc : nalloc

Maven & Gradle

Aug 12, 2013
64 stars

nalloc · Off-heap memory allocators for Java

Table Of Contents

Latest Version

Download com.github.alaisi.nalloc : nalloc JAR file - Latest Versions:

All Versions

Download com.github.alaisi.nalloc : nalloc JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 nalloc-0.1.Alpha1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nalloc.impl

├─ com.github.nalloc.impl.DirectBufferMmapAllocator.class - [JAR]

├─ com.github.nalloc.impl.HeapArray.class - [JAR]

├─ com.github.nalloc.impl.HeapPointer.class - [JAR]

├─ com.github.nalloc.impl.MmapArray.class - [JAR]

├─ com.github.nalloc.impl.NativeStruct.class - [JAR]

├─ com.github.nalloc.impl.PointerArithmetics.class - [JAR]

├─ com.github.nalloc.impl.StructClassGenerator.class - [JAR]

├─ com.github.nalloc.impl.UnsafeNativeHeapAllocator.class - [JAR]

com.github.nalloc

├─ com.github.nalloc.Array.class - [JAR]

├─ com.github.nalloc.MmapAllocator.class - [JAR]

├─ com.github.nalloc.NativeHeapAllocator.class - [JAR]

├─ com.github.nalloc.Pointer.class - [JAR]

├─ com.github.nalloc.Struct.class - [JAR]