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