server-skynet-source-3rd-je.../jemalloc/include/jemalloc
Arun Sharma af5d6987f8 Build both PIC and no PIC static libraries
When jemalloc is linked into an executable (as opposed to a shared
library), compiling with -fno-pic can have significant advantages,
mainly because we don't have to go throught the GOT (global offset
table).

Users who want to link jemalloc into a shared library that could
be dlopened need to link with libjemalloc_pic.a or libjemalloc.so.
2011-03-02 11:14:50 -08:00
..
internal Build both PIC and no PIC static libraries 2011-03-02 11:14:50 -08:00
jemalloc_defs.h.in Use mremap(2) for huge realloc(). 2010-11-30 16:50:58 -08:00
jemalloc.h.in Fix ALLOCM_LG_ALIGN definition. 2011-01-26 08:24:24 -08:00