facebook / folly

An open-source C++ library developed and used at Facebook.
https://groups.google.com/forum/?fromgroups#!forum/facebook-folly
Apache License 2.0
27.75k stars 5.5k forks source link

fatal error: 'jemalloc/jemalloc.h' file not found #1372

Open yurivict opened 4 years ago

yurivict commented 4 years ago
#include <jemalloc/jemalloc.h>
         ^~~~~~~~~~~~~~~~~~~~~

OS: FreeBSD 12.1

yurivict commented 4 years ago

It erroneously set #define FOLLY_USE_JEMALLOC 1 on FreeBSD.