Skip to content

Fix compilation on macosx

Florian Uhlig requested to merge f.uhlig/xpu:fix_macosx into master

dlopen on macosx does not know the flag RTLD_DEEPBIND, so introduce a preprocessor statement to distinguish between Linux and macosx. Use macosx internals to calculate free and total memory.

Merge request reports