1#ifndef MEM_CONF_HPP_
2#define MEM_CONF_HPP_
3
4#include <cstddef>
5
6size_t openfpm_ofpmmemory_compilation_mask();
7
8#endif