Go to file
Jason Evans 9ad48230ed Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR().
Use JEMALLOC_ATTR(tls_model("initial-exec)) instead of -ftls-model=initial-exec
so that libjemalloc_pic.a can be directly linked into another library without
needing linker options changes.

Add attributes to malloc, calloc, and posix_memalign, for compatibility with
glibc's declarations.

Add function prototypes for the standard malloc(3) API.
2010-01-03 11:59:20 -08:00
jemalloc Simplify JEMALLOC_ATTR_* macros to become JEMALLOC_ATTR(). 2010-01-03 11:59:20 -08:00
.hgignore Fix configure docs (--enable-lazy-lock --> --disable-lazy-lock). 2009-11-09 14:58:12 -08:00