index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix error return value in thread_tcache_enabled_ctl().
Jason Evans
2012-10-08
1
-1/+1
*
If sysconf() fails, the number of CPUs is reported as UINT_MAX, not 1 as it s...
Corey Richardson
2012-10-08
1
-3/+4
*
Remove unused variable and branch (reported by clang-analzyer)
Corey Richardson
2012-10-08
1
-5/+0
*
Remove const from __*_hook variable declarations.
Jason Evans
2012-05-23
1
-5/+4
*
Update a comment.
Jason Evans
2012-05-16
1
-1/+1
*
Disable tcache by default if running inside Valgrind.
Jason Evans
2012-05-16
1
-0/+2
*
Auto-detect whether running inside Valgrind.
Jason Evans
2012-05-15
1
-14/+15
*
Return early in _malloc_{pre,post}fork() if uninitialized.
Jason Evans
2012-05-12
1
-0/+14
*
Fix large calloc() zeroing bugs.
Jason Evans
2012-05-11
1
-25/+18
*
Add arena chunk map assertions.
Jason Evans
2012-05-11
1
-15/+30
*
Refactor arena_run_alloc().
Jason Evans
2012-05-11
1
-34/+24
*
Add the --enable-mremap option.
Jason Evans
2012-05-09
2
-1/+4
*
Fix chunk_recycle() to stop leaking trailing chunks.
Jason Evans
2012-05-09
1
-40/+38
*
Fix chunk_alloc_mmap() bugs.
Jason Evans
2012-05-09
2
-35/+11
*
Fix a base allocator deadlock.
Jason Evans
2012-05-03
1
-3/+14
*
Don't use sizeof() on a VARIABLE_ARRAY
Mike Hommey
2012-05-02
1
-2/+2
*
Allow je_malloc_message to be overridden when linking statically
Mike Hommey
2012-05-02
2
-19/+14
*
Further optimize and harden arena_salloc().
Jason Evans
2012-05-02
1
-4/+5
*
Make malloc_write() non-inline.
Jason Evans
2012-05-02
1
-0/+11
*
Optimize malloc() and free() fast paths.
Jason Evans
2012-05-02
3
-254/+294
*
Add support for MSVC
Mike Hommey
2012-05-01
2
-2/+17
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
5
-54/+19
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
4
-19/+20
*
Remove the VOID macro
Mike Hommey
2012-04-30
1
-6/+2
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
4
-13/+15
*
Fix more prof_tdata resurrection corner cases.
Jason Evans
2012-04-29
1
-2/+2
*
Handle prof_tdata resurrection.
Jason Evans
2012-04-29
1
-17/+37
*
Don't set prof_tdata during thread cleanup.
Jason Evans
2012-04-28
1
-3/+0
*
Fix a PROF_ALLOC_PREP() error path.
Jason Evans
2012-04-25
1
-2/+4
*
Fix the "epoch" mallctl.
Jason Evans
2012-04-25
1
-12/+11
*
Add missing Valgrind annotations.
Jason Evans
2012-04-24
2
-0/+4
*
Fix quarantine_grow() bugs.
Jason Evans
2012-04-24
1
-9/+8
*
Add usize sanity checking to quarantine.
Jason Evans
2012-04-24
1
-13/+21
*
Handle quarantine resurrection during thread exit.
Jason Evans
2012-04-24
1
-5/+45
*
Fix two CHILD() macro calls in the ctl tree.
Jason Evans
2012-04-24
1
-2/+2
*
Fix ctl regression.
Jason Evans
2012-04-24
1
-24/+26
*
Silence compiler warnings.
Jason Evans
2012-04-23
1
-3/+3
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
1
-69/+99
*
Fix heap profiling bugs.
Jason Evans
2012-04-22
1
-76/+88
*
Remove leftovers from the vsnprintf check in malloc_vsnprintf
Mike Hommey
2012-04-22
1
-4/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
5
-40/+150
*
Remove mmap_unaligned.
Jason Evans
2012-04-22
3
-91/+28
*
Fix chunk allocation/deallocation bugs.
Jason Evans
2012-04-21
3
-6/+25
*
Fix a memory corruption bug in chunk_alloc_dss().
Jason Evans
2012-04-21
3
-12/+15
*
Put CONF_HANDLE_*() keys in quotes.
Jason Evans
2012-04-21
1
-28/+29
*
Make arena_salloc() an inline function.
Jason Evans
2012-04-20
2
-40/+6
*
Remove extra argument for malloc_tsd_cleanup_register
Mike Hommey
2012-04-19
1
-4/+3
*
Make special FreeBSD function overrides visible.
Jason Evans
2012-04-19
2
-0/+3
*
Fix malloc_vsnprintf handling of %o, %u and %x
Mike Hommey
2012-04-19
1
-4/+16
*
Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls
Mike Hommey
2012-04-19
3
-3/+17
[prev]
[next]