#include <vector>#include <string>#include "log.h"#include "gmemory.h"#include "check.h"
Functions | |
| long * | test_leak () |
| long * | test_noleak () |
| int | main (int, char **) |
Variables | |
| TestState | runtest |
| const int | INTARRAYSIZE = 10 |
| int main | ( | int | , | |
| char ** | ||||
| ) |
References dbglogfile, gnash::RcInitFile::parseFile(), rc, runtest, gnash::LogFile::setVerbosity(), test_leak(), test_noleak(), and gnash::key::x.
| long * test_leak | ( | ) |
References gnash::key::i, INTARRAYSIZE, and gnash::key::x.
Referenced by main(), and test_noleak().
| long * test_noleak | ( | ) |
References test_leak(), and gnash::key::x.
Referenced by main().
| const int INTARRAYSIZE = 10 |
Referenced by test_leak().
| TestState runtest |
1.7.1