Package smetana.core

Class Memory

java.lang.Object
smetana.core.Memory

public class Memory extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    free(java.lang.Object arg)
     
    static java.lang.Object
     
    static int
     
    static __ptr__
    malloc(java.lang.Class theClass)
     
    static __ptr__
    malloc(size_t size)
     
    static __ptr__
    realloc(__ptr__ old, size_t size)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Memory

      public Memory()
  • Method Details

    • malloc

      public static __ptr__ malloc(java.lang.Class theClass)
    • malloc

      public static __ptr__ malloc(size_t size)
    • realloc

      public static __ptr__ realloc(__ptr__ old, size_t size)
    • free

      public static void free(java.lang.Object arg)
    • identityHashCode

      public static int identityHashCode(CString data)
    • fromIdentityHashCode

      public static java.lang.Object fromIdentityHashCode(int hash)