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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
5
-11/+11
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-12
9
-671/+239
*
Remove unused private_unnamespace infrastructure.
Jason Evans
2017-05-12
3
-15/+0
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-12
13
-281/+157
*
Do not build in parallel on AppVeyor.
Jason Evans
2017-05-12
1
-2/+2
*
Update and rename INSTALL to INSTALL.md
Arkady Shapkin
2017-05-12
1
-57/+107
*
Specify -Werror for run_tests builds.
Jason Evans
2017-05-12
1
-1/+1
*
Avoid compiler warnings on Windows.
Jason Evans
2017-05-12
1
-5/+5
*
Remove mutex_prof_data_t redeclaration.
Jason Evans
2017-05-11
2
-2/+1
*
Add --with-version=VERSION .
Jason Evans
2017-05-03
2
-6/+21
*
Fix rtree_leaf_elm_szind_slab_update().
Jason Evans
2017-05-03
1
-8/+7
*
rtree_leaf_elm_extent_write() --> rtree_leaf_elm_extent_lock_write()
Jason Evans
2017-05-03
1
-8/+9
*
Make VS2015 project work again
rustyx
2017-05-02
2
-238/+9
*
Revert "Use trylock in tcache_bin_flush when possible."
Qi Wang
2017-05-01
3
-142/+63
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
29
-913/+870
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
10
-17/+120
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
16
-43/+42
*
Revert "Use try_flush first in tcache_dalloc."
Qi Wang
2017-04-28
1
-10/+4
*
Inline tcache_bin_flush_small_impl / _large_impl.
Qi Wang
2017-04-28
1
-2/+2
*
Use try_flush first in tcache_dalloc.
Qi Wang
2017-04-26
1
-4/+10
*
Use trylock in tcache_bin_flush when possible.
Qi Wang
2017-04-26
3
-63/+142
*
Remove redundant extent lookup in tcache_bin_flush_large.
Qi Wang
2017-04-25
1
-1/+1
*
Avoid prof_dump during reentrancy.
Qi Wang
2017-04-25
2
-12/+23
*
Header refactoring: pages.h - unify and remove from catchall.
David Goldblatt
2017-04-25
6
-34/+33
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
5
-4/+6
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
11
-264/+257
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
16
-85/+77
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
6
-109/+1
*
Remove --disable-cc-silence.
Jason Evans
2017-04-24
5
-41/+6
*
Use trylock in arena_decay_impl().
Qi Wang
2017-04-24
1
-8/+16
*
Implement malloc_mutex_trylock() w/ proper stats update.
Qi Wang
2017-04-24
3
-14/+36
*
Remove --with-lg-tiny-min.
Jason Evans
2017-04-24
4
-41/+11
*
Remove --with-lg-size-class-group.
Jason Evans
2017-04-24
2
-39/+2
*
Header refactoring: bitmap - unify and remove from catchall.
David Goldblatt
2017-04-24
9
-387/+373
*
Header refactoring: stats - unify and remove from catchall
David Goldblatt
2017-04-24
8
-35/+29
*
Header refactoring: move smoothstep.h out of the catchall.
David Goldblatt
2017-04-24
2
-1/+1
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
20
-1/+28
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
8
-84/+106
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
12
-21/+26
*
Header refactoring: prng module - remove from the catchall and unify.
David Goldblatt
2017-04-24
6
-35/+49
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
31
-669/+233
*
Add missing 'test' to LG_SIZEOF_PTR tests.
Jason Evans
2017-04-24
1
-3/+3
*
Output MALLOC_CONF and debug cmd when test failure happens.
Qi Wang
2017-04-22
1
-9/+10
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-22
5
-13/+12
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
5
-42/+23
*
Remove --disable-tls.
Jason Evans
2017-04-21
6
-43/+4
*
Use openat syscall if available
Jim Chen
2017-04-21
2
-0/+8
*
Remove --disable-tcache.
Jason Evans
2017-04-21
25
-416/+192
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
6
-32/+49
*
Trim before commit in extent_recycle().
Jason Evans
2017-04-20
2
-3/+9
[next]