diff options
author | jasone <jasone@FreeBSD.org> | 2012-04-22 08:49:13 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2012-04-22 08:49:13 +0000 |
commit | b378da045b65724c107c298a068d631553a3beea (patch) | |
tree | bb74ef462b9c9eeb4d5138d777ba402363012806 /contrib/jemalloc/VERSION | |
parent | 0f83f74ce126b08c5fe9eeb2e3ffe9025ef37802 (diff) | |
download | FreeBSD-src-b378da045b65724c107c298a068d631553a3beea.zip FreeBSD-src-b378da045b65724c107c298a068d631553a3beea.tar.gz |
Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,
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.
Diffstat (limited to 'contrib/jemalloc/VERSION')
-rw-r--r-- | contrib/jemalloc/VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jemalloc/VERSION b/contrib/jemalloc/VERSION index 4076cf3..629165c 100644 --- a/contrib/jemalloc/VERSION +++ b/contrib/jemalloc/VERSION @@ -1 +1 @@ -1.0.0-283-g606f1fdc3cdbc700717133ca56685313caea24bb +1.0.0-286-ga8f8d7540d66ddee7337db80c92890916e1063ca |