Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config

Namespace Synopsis:: Parser:: C++:: FakeGC

The fake Gargage Collector namespace


Structs Summary:
cleanup
Base class of objects that will be cleaned up [Source]

Functions Summary:
 voiddelete_all()
Delete all memory blocks allocated with the GC. [Source]

Namespace variables Summary:
cleanup*head
A pointer to the head of the linked list [Source]

Function Details:
 void delete_all()

Delete all memory blocks allocated with the GC. *CAUTION* Make sure they are not still in use first!