| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Revert r354606 to restore r354605.
Apply one line from jemalloc commit d01b425e5d1e1 in hash_x86_128()
to fix the build with gcc, which only allows a fallthrough attribute
to appear before a case or default label.
Submitted by: jasone in r354605
Discussed with: jasone
Reviewed by: bdrewery
MFC after: never, due to gcc 4.2.1
Relnotes: yes
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D24522
Notes:
svn path=/head/; revision=360233
|
| |
|
|
|
|
|
| |
Compilation fails for non-llvm-based platforms.
Notes:
svn path=/head/; revision=354606
|
| |
|
|
| |
Notes:
svn path=/head/; revision=354605
|
| |
|
|
| |
Notes:
svn path=/head/; revision=333477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=320623
|
| |
|
|
| |
Notes:
svn path=/head/; revision=319971
|
| |
|
|
| |
Notes:
svn path=/head/; revision=314529
|
| |
|
|
| |
Notes:
svn path=/head/; revision=309540
|
| |
|
|
| |
Notes:
svn path=/head/; revision=308473
|
| |
|
|
| |
Notes:
svn path=/head/; revision=301718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=299587
|
| |
|
|
| |
Notes:
svn path=/head/; revision=296334
|
| |
|
|
| |
Notes:
svn path=/head/; revision=296332
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Add missing Symbol.map entry for __aligned_alloc.
Add weak-->strong symbol binding for
{malloc_stats_print,mallctl,mallctlnametomib,mallctlbymib} -->
{__malloc_stats_print,__mallctl,__mallctlnametomib,__mallctlbymib}. These
bindings complete the set necessary to allow applications to replace all
malloc-related symbols.
Notes:
svn path=/head/; revision=296221
|
| |
|
|
| |
Notes:
svn path=/head/; revision=289900
|
| |
|
|
| |
Notes:
svn path=/head/; revision=288090
|
| |
|
|
| |
Notes:
svn path=/head/; revision=286866
|
| |
|
|
| |
Notes:
svn path=/head/; revision=263974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=262521
|
| |
|
|
| |
Notes:
svn path=/head/; revision=261071
|
| |
|
|
| |
Notes:
svn path=/head/; revision=256823
|
| |
|
|
| |
Notes:
svn path=/head/; revision=251300
|
| |
|
|
|
|
|
| |
non-MALLOC_PRODUCTION builds.
Notes:
svn path=/head/; revision=245868
|
| |
|
|
| |
Notes:
svn path=/head/; revision=242844
|
| |
|
|
|
|
|
|
| |
jemalloc assertion failures for debug builds, or as calloc() sometimes
returning non-zeroed memory for production builds.
Notes:
svn path=/head/; revision=235322
|
| |
|
|
|
|
|
|
| |
prior to 3.0.0 release). This version is likely very close to what will be
3.0.0.
Notes:
svn path=/head/; revision=235238
|
| |
|
|
|
|
|
| |
prior to 3.0.0 release), and mangle internal symbols.
Notes:
svn path=/head/; revision=234543
|
|
|
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.
Notes:
svn path=/head/; revision=234370
|