Functions | Variables
sysfunc.c File Reference

Go to the source code of this file.

Functions

 _end ()
 
pointer ADDRESS (context *ctx, int n, argv)
 
pointer ALLOC (context *ctx, int n, argv)
 
pointer BKTRACE (context *ctx, int n, argv)
 
pointer CLEAR_ALLOCCOUNT (context *ctx, int n, pointer *argv)
 
pointer DISPOSE_HOOK (context *ctx, int n, argv)
 
eusinteger_t edata ()
 
pointer EXPORTALL (context *ctx, int n, argv)
 
pointer FREE_COUNTS (context *ctx, int n, pointer *argv)
 
pointer GCTIME (context *ctx, int n, argv)
 
pointer GEESEE (context *ctx, int n, argv)
 
pointer INSTANCELIST (context *ctx, int n, argv)
 
pointer LIST_ALL_CHUNKS (context *ctx, int n, pointer *argv)
 
pointer LISTALLCATCHERS (context *ctx, int n, pointer *argv)
 
pointer LISTALLCLASSES (context *ctx, int n, argv)
 
pointer LISTALLREFERENCES (context *ctx, int n, argv)
 
pointer LISTBINDINGS (context *ctx, int n, pointer *argv)
 
pointer LISTSPECIALBINDINGS (context *ctx, int n, pointer *argv)
 
pointer MEMORY_REPORT (context *ctx, int n, pointer *argv)
 
pointer NEWSTACK (context *ctx, int n, argv)
 
pointer NEXT_SPECIAL_INDEX (context *ctx, int n, argv)
 
pointer OBJSIZE (context *ctx, int n, argv)
 
pointer objsize1 (pointer x)
 
void objsize2 (pointer x)
 
pointer PEEK (context *ctx, int n, argv)
 
pointer POKE (context *ctx, int n, argv)
 
pointer RECLAIM (context *ctx, int n, argv)
 
pointer RECLTREE (context *ctx, int n, argv)
 
pointer ROOM (context *ctx, int n, argv)
 
pointer SBCOUNT (context *ctx, int n, pointer *argv)
 
pointer stacklist ()
 
pointer stacknlist ()
 
void sysfunc (context *ctx, pointer mod)
 
pointer THREAD_SPECIALS (context *ctx, int n, argv)
 
int xcollect (context *ctx, pointer p)
 
int xmark (context *ctx, pointer p)
 

Variables

long alloccount [MAXBUDDY]
 
static int cell_count
 
static int cell_size
 
struct chunkchunklist
 
static int count_symbol
 
long freeheap
 
long gccount
 
long marktime
 
static int object_size
 
static char * rcsid ="@(#)$Id$"
 
long sweeptime
 
jmp_buf topjbuf
 
long totalheap
 

Function Documentation

_end ( )
pointer ADDRESS ( context ctx,
int  n,
argv   
)

Definition at line 583 of file sysfunc.c.

pointer ALLOC ( context ctx,
int  n,
argv   
)

Definition at line 43 of file sysfunc.c.

pointer BKTRACE ( context ctx,
int  n,
argv   
)

Definition at line 311 of file sysfunc.c.

pointer CLEAR_ALLOCCOUNT ( context ctx,
int  n,
pointer argv 
)

Definition at line 381 of file sysfunc.c.

pointer DISPOSE_HOOK ( context ctx,
int  n,
argv   
)

Definition at line 80 of file sysfunc.c.

eusinteger_t edata ( )
pointer EXPORTALL ( context ctx,
int  n,
argv   
)

Definition at line 736 of file sysfunc.c.

pointer FREE_COUNTS ( context ctx,
int  n,
pointer argv 
)

Definition at line 455 of file sysfunc.c.

pointer GCTIME ( context ctx,
int  n,
argv   
)

Definition at line 35 of file sysfunc.c.

pointer GEESEE ( context ctx,
int  n,
argv   
)

Definition at line 21 of file sysfunc.c.

pointer INSTANCELIST ( context ctx,
int  n,
argv   
)

Definition at line 485 of file sysfunc.c.

pointer LIST_ALL_CHUNKS ( context ctx,
int  n,
pointer argv 
)

Definition at line 472 of file sysfunc.c.

pointer LISTALLCATCHERS ( context ctx,
int  n,
pointer argv 
)

Definition at line 690 of file sysfunc.c.

pointer LISTALLCLASSES ( context ctx,
int  n,
argv   
)

Definition at line 729 of file sysfunc.c.

pointer LISTALLREFERENCES ( context ctx,
int  n,
argv   
)

Definition at line 528 of file sysfunc.c.

pointer LISTBINDINGS ( context ctx,
int  n,
pointer argv 
)

Definition at line 703 of file sysfunc.c.

pointer LISTSPECIALBINDINGS ( context ctx,
int  n,
pointer argv 
)

Definition at line 717 of file sysfunc.c.

pointer MEMORY_REPORT ( context ctx,
int  n,
pointer argv 
)

Definition at line 326 of file sysfunc.c.

pointer NEWSTACK ( context ctx,
int  n,
argv   
)

Definition at line 67 of file sysfunc.c.

pointer NEXT_SPECIAL_INDEX ( context ctx,
int  n,
argv   
)

Definition at line 744 of file sysfunc.c.

pointer OBJSIZE ( context ctx,
int  n,
argv   
)

Definition at line 290 of file sysfunc.c.

pointer objsize1 ( pointer  x)

Definition at line 249 of file sysfunc.c.

void objsize2 ( pointer  x)

Definition at line 272 of file sysfunc.c.

pointer PEEK ( context ctx,
int  n,
argv   
)

Definition at line 592 of file sysfunc.c.

pointer POKE ( context ctx,
int  n,
argv   
)

Definition at line 639 of file sysfunc.c.

pointer RECLAIM ( context ctx,
int  n,
argv   
)

Definition at line 186 of file sysfunc.c.

pointer RECLTREE ( context ctx,
int  n,
argv   
)

Definition at line 210 of file sysfunc.c.

pointer ROOM ( context ctx,
int  n,
argv   
)

Definition at line 392 of file sysfunc.c.

pointer SBCOUNT ( context ctx,
int  n,
pointer argv 
)

Definition at line 29 of file sysfunc.c.

pointer stacklist ( )
pointer stacknlist ( )
void sysfunc ( context ctx,
pointer  mod 
)

Definition at line 774 of file sysfunc.c.

pointer THREAD_SPECIALS ( context ctx,
int  n,
argv   
)

Definition at line 752 of file sysfunc.c.

int xcollect ( context ctx,
pointer  p 
)

Definition at line 146 of file sysfunc.c.

int xmark ( context ctx,
pointer  p 
)

Definition at line 105 of file sysfunc.c.

Variable Documentation

long alloccount[MAXBUDDY]

Definition at line 60 of file memory.c.

int cell_count
static

Definition at line 247 of file sysfunc.c.

int cell_size
static

Definition at line 247 of file sysfunc.c.

struct chunk* chunklist

Definition at line 57 of file memory.c.

int count_symbol
static

Definition at line 247 of file sysfunc.c.

long freeheap

Definition at line 56 of file memory.c.

long gccount

Definition at line 59 of file memory.c.

long marktime

Definition at line 59 of file memory.c.

int object_size
static

Definition at line 247 of file sysfunc.c.

char* rcsid ="@(#)$Id$"
static

Definition at line 6 of file sysfunc.c.

long sweeptime

Definition at line 59 of file memory.c.

jmp_buf topjbuf

Definition at line 185 of file eus.c.

long totalheap

Definition at line 56 of file memory.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54