History log of /external/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2aa7fed9c983d8dcde7c0cacf1b024c966758b88 29-May-2014 Richard Diamond <wichard@vitalitystudios.com> Try to use __builtin_ffsl if ffsl is unavailable.

Some platforms (like those using Newlib) don't have ffs/ffsl. This
commit adds a check to configure.ac for __builtin_ffsl if ffsl isn't
found. __builtin_ffsl performs the same function as ffsl, and has the
added benefit of being available on any platform utilizing
Gcc-compatible compiler.

This change does not address the used of ffs in the MALLOCX_ARENA()
macro.
/external/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h
f3e6d15d74194c37c72990d5b3d216f90fda5a46 27-May-2014 Mike Hommey <mh@glandium.org> Move platform headers and tricks from jemalloc_internal.h.in to a new jemalloc_internal_decls.h header
/external/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h