SST/macro
spkt_new.h
Go to the documentation of this file.
1 #ifndef sprockit_common_custom_new_h
2 #define sprockit_common_custom_new_h
3 #ifdef __cplusplus
4 
5 #include <cstring>
6 #include <new>
8 
9 namespace sprockit {
10 
11 void sprockit_init_cxx_heap(sim_parameters* params);
12 
13 void sprockit_finalize_cxx_heap();
14 
15 void sprockit_init_allocator_chunks();
16 
17 }
18 
19 
20 #endif
21 #endif
22 
23