#include <stdio.h>#include <cstdlib>#include "sysc/utils/sc_mempool.h"

Go to the source code of this file.
Namespaces | |
| namespace | sc_core |
Classes | |
| class | sc_core::sc_allocator |
| union | sc_core::sc_allocator::link |
| class | sc_core::sc_mempool_int |
Functions | |
| static bool | sc_core::compute_use_default_new () |
Variables | |
| static const char * | dont_use_envstring = "SYSTEMC_MEMPOOL_DONT_USE" |
| static bool | use_default_new = false |
| static const int | sc_core::cell_sizes [] |
| static const int | sc_core::cell_size_to_allocator [] |
| static sc_mempool_int * | sc_core::the_mempool = 0 |
const char* dont_use_envstring = "SYSTEMC_MEMPOOL_DONT_USE" [static] |
Definition at line 60 of file sc_mempool.cpp.
bool use_default_new = false [static] |
Definition at line 61 of file sc_mempool.cpp.
1.5.5