Package smetana.core

Class Memory

java.lang.Object
smetana.core.Memory

public class Memory extends Object
  • Constructor Details

    • Memory

      public Memory()
  • Method Details

    • malloc

      public static __ptr__ malloc(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(Object arg)
    • identityHashCode

      public static int identityHashCode(CString data)
    • fromIdentityHashCode

      public static Object fromIdentityHashCode(int hash)