Class memory__c

java.lang.Object
gen.lib.common.memory__c

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static __ptr__
    gmalloc(size_t nbytes)
     
    static __ptr__
    grealloc(__ptr__ ptr, size_t size)
     
    static __ptr__
    zmalloc(size_t nbytes)
     

    Methods inherited from class java.lang.Object

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

    • memory__c

      public memory__c()
  • Method Details