public class mem__c
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static CFunction |
memalloc |
static CFunction |
memfree |
static CFunction |
memopen |
static CFunction |
memresize |
| Constructor and Description |
|---|
mem__c() |
| Modifier and Type | Method and Description |
|---|---|
static __ptr__ |
agalloc(ST_Agraph_s g,
size_t size) |
static __ptr__ |
memalloc(__ptr__ heap,
size_t request) |
static java.lang.Object |
memfree(java.lang.Object... arg_) |
static java.lang.Object |
memopen(ST_Agdisc_s disc) |
static __ptr__ |
memresize(__ptr__ heap,
__ptr__ ptr,
size_t oldsize,
size_t request) |
public static CFunction memopen
public static CFunction memalloc
public static CFunction memresize
public static CFunction memfree
public static java.lang.Object memopen(ST_Agdisc_s disc)
public static __ptr__ memresize(__ptr__ heap, __ptr__ ptr, size_t oldsize, size_t request)
public static java.lang.Object memfree(java.lang.Object... arg_)
public static __ptr__ agalloc(ST_Agraph_s g, size_t size)