Öffentliche Attribute | |
char | inhalt [HEAP_PORTION_SYNTAX] |
size_t | anzahl_belegt |
struct heap_element * | next |
size_t heap_element::anzahl_belegt |
Definiert in Zeile 116 der Datei Hilfs.cpp.
Wird benutzt von xmalloc() und xrealloc().
char heap_element::inhalt[HEAP_PORTION_SYNTAX] |
Definiert in Zeile 115 der Datei Hilfs.cpp.
Wird benutzt von xmalloc() und xrealloc().
struct heap_element* heap_element::next |
Definiert in Zeile 118 der Datei Hilfs.cpp.
Wird benutzt von loesche_syntax_speicher() und xmalloc().