#include <falcon/setup.h>
#include <falcon/types.h>
#include <falcon/item.h>
#include <falcon/genericlist.h>
#include <falcon/basealloc.h>
#include <falcon/stackframe.h>
Go to the source code of this file.
Classes | |
class | Falcon::StackFrameList |
struct | Falcon::tag_StackFrame |
Namespaces | |
namespace | Falcon |
CONST. | |
Defines | |
#define | VM_FRAME_SPACE (sizeof(StackFrame) / sizeof(Item) + 1) |
Typedefs | |
typedef struct Falcon::tag_StackFrame | Falcon::StackFrame |
Functions | |
void | Falcon::StackFrame_deletor (void *data) |
#define VM_FRAME_SPACE (sizeof(StackFrame) / sizeof(Item) + 1) |