Package gen.lib.common
Class memory__c
- java.lang.Object
-
- gen.lib.common.memory__c
-
public class memory__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description memory__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CString
gmalloc(int nbytes)
static __ptr__
gmalloc(size_t nbytes)
static __ptr__
grealloc(__ptr__ ptr, size_t size)
static __ptr__
zmalloc(size_t nbytes)
static java.lang.Object
zrealloc(java.lang.Object... arg)
-
-
-
Method Detail
-
zrealloc
public static java.lang.Object zrealloc(java.lang.Object... arg)
-
gmalloc
public static CString gmalloc(int nbytes)
-
-