OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
mem_conf.hpp
1 #ifndef MEM_CONF_HPP_
2 #define MEM_CONF_HPP_
3 
4 #include <cstddef>
5 
6 size_t openfpm_ofpmmemory_compilation_mask();
7 
8 #endif