#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "stdtypes.h"#include "blockpool.h"#include "pools.h"#include "str.h"#include "list.h"#include "strtable.h"#include "sym.h"#include "type.h"#include "symtable.h"#include "typetable.h"Include dependency graph for globals.C:

Go to the source code of this file.
Functions | |
| strtable | strtab (SQRT_STRTAB,&global_mem) |
| symtable | glob_symtab (SQRT_SYMTAB *2,&global_mem) |
| typetable | glob_typtab (&global_mem) |
Variables | |
| STRING | NULLSTR |
| type_real | REAL |
| mem_pool< big_block_pool, MAX_POOLS > | memory_pools |
| pool | global_mem |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 63 of file globals.C. Referenced by typetable::find_time(). |
|
|
Definition at line 51 of file globals.C. Referenced by pool::delete_pool(), pool::GetMem(), pool::new_pool(), and pool::pr(). |
|
|
|
|
|
Definition at line 39 of file globals.C. Referenced by typetable::new_type(). |
1.3.3