|
| int | NSEEL_VM_wantfreeRAM (NSEEL_VMCTX ctx) |
| void | NSEEL_VM_freeRAMIfCodeRequested (NSEEL_VMCTX ctx) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAMAllocGMEM (EEL_F ***blocks, unsigned int w) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAMAlloc (EEL_F **pblocks, unsigned int w) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemFree (void *blocks, EEL_F *which) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemTop (void *blocks, EEL_F *which) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemCpy (EEL_F **blocks, EEL_F *dest, EEL_F *src, EEL_F *lenptr) |
| EEL_F *NSEEL_CGEN_CALL | __NSEEL_RAM_MemSet (EEL_F **blocks, EEL_F *dest, EEL_F *v, EEL_F *lenptr) |
| static int | __getset_values (EEL_F **blocks, int isset, int len, EEL_F **parms) |
| EEL_F NSEEL_CGEN_CALL | __NSEEL_RAM_Mem_SetValues (EEL_F **blocks, INT_PTR np, EEL_F **parms) |
| EEL_F NSEEL_CGEN_CALL | __NSEEL_RAM_Mem_GetValues (EEL_F **blocks, INT_PTR np, EEL_F **parms) |
| void | NSEEL_VM_SetGRAM (NSEEL_VMCTX ctx, void **gram) |
| void | NSEEL_VM_freeRAM (NSEEL_VMCTX ctx) |
| void | NSEEL_VM_FreeGRAM (void **ufd) |
| EEL_F * | NSEEL_VM_getramptr (NSEEL_VMCTX ctx, unsigned int offs, int *validCount) |
| EEL_F * | NSEEL_VM_getramptr_noalloc (NSEEL_VMCTX ctx, unsigned int offs, int *validCount) |