Description. Mehr ...
gehe zum Quellcode dieser Datei
Klassen | |
struct | heap_element |
struct | mini_heap |
Makrodefinitionen | |
#define | OFFSET (sizeof(size_t)) |
Funktionen | |
int | intern_fgetc (FILE *stream) |
int | intern_ungetc (int c, FILE *stream) |
void * | xalloca (size_t size) |
void | xde_alloca (void *pointer) |
void | xfree (void *pointer) |
void * | xmalloc (size_t size) |
void * | xrealloc (void *block, size_t newsize) |
void * | xcalloc (size_t anzahl, size_t size) |
int | loesche_syntax_speicher (void) |
int | init_syntax_speicher (void) |
void | yfree (void *pointer) |
void * | ymalloc (size_t size) |
void * | yrealloc (void *block, size_t newsize) |
void * | ycalloc (size_t anzahl, size_t size) |
int | init_laufzeit_speicher (void) |
int | loesche_laufzeit_speicher (void) |
Variablen | |
char | SeRiEnNuMmEr [] |
static int | the_character |
static int | is_valid |
static struct heap_element * | syntax_heap = NULL |
static struct heap_element * | heap_to_use_syntax = NULL |
static struct mini_heap * | laufzeit_heap = NULL |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.6 2011-02-20 22:35:55 keinstein updated license information; some file headers have to be revised, though
Revision 1.2 2010-11-21 13:15:51 keinstein merged experimental_tobias
Revision 1.1.2.1 2010-01-11 10:12:59 keinstein added some .cvsignore files
Definiert in Datei Hilfs.cpp.