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, n, argv)
 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, n, argv)
pointer NEXT_SPECIAL_INDEX (context *ctx, int n, argv)
pointer OBJSIZE (context *ctx, 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)
 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 580 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 308 of file sysfunc.c.

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

Definition at line 378 of file sysfunc.c.

pointer DISPOSE_HOOK ( context ctx,
n  ,
argv   
)

Definition at line 79 of file sysfunc.c.

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

Definition at line 733 of file sysfunc.c.

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

Definition at line 452 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 482 of file sysfunc.c.

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

Definition at line 469 of file sysfunc.c.

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

Definition at line 687 of file sysfunc.c.

pointer LISTALLCLASSES ( context ctx,
int  n,
argv   
)

Definition at line 726 of file sysfunc.c.

pointer LISTALLREFERENCES ( context ctx,
int  n,
argv   
)

Definition at line 525 of file sysfunc.c.

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

Definition at line 700 of file sysfunc.c.

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

Definition at line 714 of file sysfunc.c.

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

Definition at line 323 of file sysfunc.c.

pointer NEWSTACK ( context ctx,
n  ,
argv   
)

Definition at line 67 of file sysfunc.c.

pointer NEXT_SPECIAL_INDEX ( context ctx,
int  n,
argv   
)

Definition at line 741 of file sysfunc.c.

pointer OBJSIZE ( context ctx,
n  ,
argv   
)

Definition at line 288 of file sysfunc.c.

Definition at line 247 of file sysfunc.c.

void objsize2 ( pointer  x)

Definition at line 270 of file sysfunc.c.

pointer PEEK ( context ctx,
int  n,
argv   
)

Definition at line 589 of file sysfunc.c.

pointer POKE ( context ctx,
int  n,
argv   
)

Definition at line 636 of file sysfunc.c.

pointer RECLAIM ( context ctx,
int  n,
argv   
)

Definition at line 184 of file sysfunc.c.

pointer RECLTREE ( context ctx,
int  n,
argv   
)

Definition at line 208 of file sysfunc.c.

pointer ROOM ( context ctx,
int  n,
argv   
)

Definition at line 389 of file sysfunc.c.

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

Definition at line 29 of file sysfunc.c.

void sysfunc ( context ctx,
pointer  mod 
)

Definition at line 771 of file sysfunc.c.

pointer THREAD_SPECIALS ( context ctx,
int  n,
argv   
)

Definition at line 749 of file sysfunc.c.

int xcollect ( context ctx,
pointer  p 
)

Definition at line 144 of file sysfunc.c.

xmark ( context ctx,
pointer  p 
)

Definition at line 103 of file sysfunc.c.


Variable Documentation

long alloccount[MAXBUDDY]

Definition at line 58 of file memory.c.

int cell_count [static]

Definition at line 245 of file sysfunc.c.

int cell_size [static]

Definition at line 245 of file sysfunc.c.

struct chunk* chunklist

Definition at line 55 of file memory.c.

int count_symbol [static]

Definition at line 245 of file sysfunc.c.

long freeheap

Definition at line 54 of file memory.c.

long gccount

Definition at line 57 of file memory.c.

long marktime

Definition at line 57 of file memory.c.

int object_size [static]

Definition at line 245 of file sysfunc.c.

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

Definition at line 6 of file sysfunc.c.

long sweeptime

Definition at line 57 of file memory.c.

jmp_buf topjbuf

Definition at line 185 of file eus.c.

long totalheap

Definition at line 54 of file memory.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Mar 9 2017 04:57:51