| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
workaround for it in jemalloc_FreeBSD.h.
Reviewed by: jasone
|
|
|
|
| |
single-threaded applications.
|
|
|
|
|
| |
jemalloc assertion failures for debug builds, or as calloc() sometimes
returning non-zeroed memory for production builds.
|
|
|
|
|
| |
prior to 3.0.0 release). This version is likely very close to what will be
3.0.0.
|
|
|
|
|
|
|
|
|
|
|
| |
sometimes disappear from the resulting object file, if compiled with
clang. In particular, this can lead to errors when building world with
clang and -g, similar to:
/usr/obj/usr/src/tmp/usr/lib/libc.so: undefined reference to `_malloc_options'
Reported by: Conrad J. Sabatier <conrads@.no.cox.net>
Reviewed by: jasone
|
|
|
|
|
|
|
|
| |
LG_SIZEOF_PTR has to be defined as 3 when jemalloc is compiled for
64 bit platforms.
Reviewed by: juli
Approved by: jasone
|
|
|
|
|
|
|
|
|
| |
prior to 3.0.0 release). This fixes several bugs related to memory
initialization.
Mangle __jemalloc_a0{malloc,calloc,free}() just like all the other
library-internal symbols in jemalloc, and adjust the tls allocation code
in libc to use the mangled names.
|
|
|
|
| |
prior to 3.0.0 release), and mangle internal symbols.
|
|
|
|
|
| |
prior to 3.0.0 release), which supports atomic operations based on atomic(9).
This should fix build failures for several platforms.
|
|
prior to 3.0.0 release) as contrib/jemalloc, and integrate it into libc.
The code being imported by this commit diverged from
lib/libc/stdlib/malloc.c in March 2010, which means that a portion of
the jemalloc 1.0.0 ChangeLog entries are relevant, as are the entries
for all subsequent releases.
|