Macros | Functions | Variables
external_markbits.c File Reference
#include <stdio.h>
#include "external_markbits.h"
#include "rgc_utils.h"
Include dependency graph for external_markbits.c:

Go to the source code of this file.

Macros

#define bit_table_error(str)
 

Functions

void allocate_bit_table ()
 
void clear_bit_table ()
 
void print_bit_table ()
 
__inline__ char read_bit (unsigned int addr)
 
__inline__ void set_bit (unsigned int addr)
 
void set_heap_range (unsigned int min, unsigned int max)
 

Variables

static char * bit_table
 
unsigned int hmax
 
unsigned int hmin
 
unsigned int maxgcheap
 
unsigned int mingcheap
 

Macro Definition Documentation

#define bit_table_error (   str)

Definition at line 9 of file external_markbits.c.

Function Documentation

void allocate_bit_table ( )

Definition at line 21 of file external_markbits.c.

void clear_bit_table ( )

Definition at line 67 of file external_markbits.c.

void print_bit_table ( )

Definition at line 72 of file external_markbits.c.

__inline__ char read_bit ( unsigned int  addr)

Definition at line 49 of file external_markbits.c.

__inline__ void set_bit ( unsigned int  addr)

Definition at line 37 of file external_markbits.c.

void set_heap_range ( unsigned int  min,
unsigned int  max 
)

Definition at line 15 of file external_markbits.c.

Variable Documentation

char* bit_table
static

Definition at line 12 of file external_markbits.c.

unsigned int hmax

Definition at line 11 of file external_markbits.c.

unsigned int hmin

Definition at line 11 of file external_markbits.c.

unsigned int maxgcheap

Definition at line 13 of file external_markbits.c.

unsigned int mingcheap

Definition at line 13 of file external_markbits.c.



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