public class memory__c
extends java.lang.Object
Constructor and Description |
---|
memory__c() |
Modifier and Type | Method and 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) |
public static java.lang.Object zrealloc(java.lang.Object... arg)
public static CString gmalloc(int nbytes)
Copyright © 2020. All Rights Reserved.