
Go to the source code of this file.
Data Types | |
| type | lt_tni |
| module | PQS_NODE |
| module | PQS_MANAGER |
Defines | |
| #define | PQS_USE_MEMPOOLS |
| #define | PQS_TNI_TN(x) ((x).second) |
| #define | PQS_TNI_IDX(x) ((x).first) |
Typedefs | |
| typedef mempool_allocator < PQS_NODE_IDX > | PQS_NODE_IDX_ALLOCATOR |
| typedef vector< PQS_NODE_IDX, PQS_NODE_IDX_ALLOCATOR > | PQS_NODE_IDX_VECTOR |
| typedef pair< PQS_NODE_IDX, PQS_TN > | PQS_TNI |
| typedef PQS_SET< PQS_TNI, lt_tni > | PQS_TNI_SET |
| typedef PQS_SET< PQS_TNI, lt_tni >::set_type | PQS_TNI_SET_TYPE |
| typedef mempool_allocator < PQS_NODE > | PQS_NODE_ALLOCATOR |
| typedef vector< PQS_NODE, PQS_NODE_ALLOCATOR > | PQS_NODE_VECTOR |
Functions/Subroutines | |
| void | PQS_Init_Memory (void) |
Variables | |
| BOOL | PQS_Tracing |
| MEM_POOL | PQS_mem_pool |
| typedef mempool_allocator<PQS_NODE> PQS_NODE_ALLOCATOR |
| typedef vector<PQS_NODE_IDX,PQS_NODE_IDX_ALLOCATOR> PQS_NODE_IDX_VECTOR |
| typedef vector<PQS_NODE,PQS_NODE_ALLOCATOR> PQS_NODE_VECTOR |
Definition at line 79 of file pqs.cxx.
References FALSE, MEM_POOL_Initialize, MEM_POOL_Push, pqs_mempool_init, and TRUE.
Referenced by PQSCG_init().
Definition at line 75 of file pqs.cxx.
Referenced by get_tn_map(), get_usedef_set(), GRA_LIVE_Compute_Local_Info(), PQS_MANAGER::Init_TN_OP_Info(), PQSCG_get_mempool(), PQSCG_init(), and PQSCG_term().
Definition at line 47 of file pqs_cg.cxx.
1.5.6