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
...
*
Remove arena_dalloc_bin_run() clean page preservation.
Jason Evans
2014-10-11
2
-74/+13
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
6
-16/+105
*
Add AC_CACHE_CHECK() for pause instruction.
Jason Evans
2014-10-11
1
-3/+4
*
Don't fetch tsd in a0{d,}alloc().
Jason Evans
2014-10-11
2
-11/+8
*
Add configure options.
Jason Evans
2014-10-10
16
-136/+277
*
Don't configure HAVE_SSE2.
Jason Evans
2014-10-09
2
-11/+4
*
Avoid atexit(3) when possible, disable prof_final by default.
Jason Evans
2014-10-09
4
-14/+26
*
Fix a recursive lock acquisition regression.
Jason Evans
2014-10-08
1
-11/+16
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
5
-15/+29
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
13
-347/+740
*
Fix a prof_tctx_t destruction race.
Jason Evans
2014-10-06
1
-18/+32
*
Normalize size classes.
Jason Evans
2014-10-06
16
-474/+557
*
Fix a docbook element nesting nit.
Jason Evans
2014-10-05
1
-4/+4
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
10
-41/+118
*
Fix OOM-related regression in arena_tcache_fill_small().
Jason Evans
2014-10-05
1
-1/+12
*
Add missing header includes in jemalloc/jemalloc.h .
Jason Evans
2014-10-05
2
-2/+4
*
Fix prof regressions.
Jason Evans
2014-10-04
1
-16/+23
*
Don't disable tcache for lazy-lock.
Jason Evans
2014-10-04
1
-2/+0
*
Avoid purging in microbench when lazy-lock is enabled.
Jason Evans
2014-10-04
1
-0/+9
*
Silence a compiler warning.
Jason Evans
2014-10-04
1
-1/+1
*
Make prof-related inline functions always-inline.
Jason Evans
2014-10-04
1
-9/+9
*
Don't force TLS on behalf of heap profiling.
Jason Evans
2014-10-04
1
-5/+0
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
12
-147/+137
*
Fix install_lib target (incorrect jemalloc.pc path).
Jason Evans
2014-10-04
1
-1/+1
*
Skip test_prof_thread_name_validation if !config_prof.
Jason Evans
2014-10-04
1
-0/+2
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
11
-65/+544
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
20
-115/+111
*
Remove obsolete comment.
Jason Evans
2014-10-03
1
-6/+0
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
5
-76/+405
*
Refactor permuted backtrace test allocation.
Jason Evans
2014-10-02
10
-56/+60
*
Implement in-place huge allocation shrinking.
Daniel Micay
2014-10-01
1
-27/+62
*
correctly detect adaptive mutexes in pthreads
Eric Wong
2014-09-29
3
-1/+16
*
Merge pull request #128 from daverigby/cygwin
Jason Evans
2014-09-29
1
-1/+1
|
\
|
*
autoconf: Support cygwin in addition to mingw
Dave Rigby
2014-09-24
1
-1/+1
*
|
Merge pull request #129 from daverigby/msvc_lg_floor
Jason Evans
2014-09-29
1
-0/+15
|
\
\
|
*
|
Use MSVC intrinsics for lg_floor
Dave Rigby
2014-09-24
1
-0/+15
|
|
/
*
|
Mark malloc_conf as a weak symbol
Dave Rigby
2014-09-29
1
-1/+1
*
|
Move small run metadata into the arena chunk header.
Jason Evans
2014-09-29
3
-261/+233
*
|
Implement compile-time bitmap size computation.
Jason Evans
2014-09-28
3
-26/+54
*
|
Fix profile dumping race.
Jason Evans
2014-09-25
2
-1/+10
|
/
*
Add instructions for installing from non-packaged sources.
Jason Evans
2014-09-23
1
-2/+15
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
22
-935/+1027
*
Ignore jemalloc.pc .
Jason Evans
2014-09-22
1
-0/+2
*
Generate a pkg-config file
Nick White
2014-09-19
3
-1/+23
*
fix tls_model autoconf test
Daniel Micay
2014-09-16
1
-1/+1
*
Fixed iOS build after OR1 changes
Valerii Hiora
2014-09-12
1
-0/+3
*
Fix prof regressions.
Jason Evans
2014-09-12
1
-1/+22
*
Fix irallocx_prof() sample logic.
Jason Evans
2014-09-12
1
-3/+3
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
8
-129/+138
*
Fix mallocx() to always honor MALLOCX_ARENA() when profiling.
Jason Evans
2014-09-11
1
-2/+1
[prev]
[next]