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
...
*
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
*
mark some conditions as unlikely
Daniel Micay
2014-09-11
4
-31/+31
*
add likely / unlikely macros
Daniel Micay
2014-09-10
1
-0/+8
*
Add sdallocx() to list of functions to prune in pprof.
Jason Evans
2014-09-10
1
-0/+1
*
Fix a profile sampling race.
Jason Evans
2014-09-10
4
-73/+109
*
Fix prof_tdata_get()-related regressions.
Jason Evans
2014-09-09
2
-30/+26
*
Fix threaded heap profile bug in pprof.
Jason Evans
2014-09-09
1
-1/+1
*
Fix sdallocx() assertion.
Jason Evans
2014-09-09
1
-16/+18
*
Support threaded heap profiles in pprof
Bert Maher
2014-09-09
1
-126/+251
*
Merge pull request #115 from thestinger/isqalloct
Jason Evans
2014-09-09
1
-1/+1
|
\
|
*
fix isqalloct (should call isdalloct)
Daniel Micay
2014-09-09
1
-1/+1
|
/
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
10
-5/+201
*
Add relevant function attributes to [msn]allocx().
Jason Evans
2014-09-08
2
-20/+15
*
Thwart optimization of free(malloc(1)) in microbench.
Jason Evans
2014-09-08
1
-19/+25
*
Merge pull request #114 from thestinger/timer
Jason Evans
2014-09-08
3
-11/+11
|
\
|
*
avoid conflict with the POSIX timer_t type
Daniel Micay
2014-09-08
3
-11/+11
|
/
*
Add microbench tests.
Jason Evans
2014-09-08
2
-1/+143
*
Add a simple timer implementation for use in benchmarking.
Jason Evans
2014-09-08
4
-1/+75
*
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.
Jason Evans
2014-09-08
5
-4/+7
*
Optimize [nmd]alloc() fast paths.
Jason Evans
2014-09-07
7
-131/+172
*
Whitespace cleanups.
Jason Evans
2014-09-05
4
-21/+21
*
Refactor chunk map.
Qinfan Wu
2014-09-05
7
-149/+186
*
Disable autom4te cache.
Jason Evans
2014-09-03
3
-3/+3
*
Make VERSION generation more robust.
Jason Evans
2014-09-02
1
-4/+26
*
Merge pull request #108 from wqfish/dev
Jason Evans
2014-08-27
1
-4/+0
|
\
|
*
Remove junk filling in tcache_bin_flush_small().
Qinfan Wu
2014-08-27
1
-4/+0
|
/
*
Test for availability of malloc hooks via autoconf
Sara Golemon
2014-08-22
3
-1/+40
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
11
-706/+1217
*
Add rb_empty().
Jason Evans
2014-08-20
2
-0/+16
*
Dump heap profile backtraces in a stable order.
Jason Evans
2014-08-20
2
-62/+119
*
Directly embed prof_ctx_t's bt.
Jason Evans
2014-08-20
2
-56/+26
*
Convert prof_tdata_t's bt2cnt to a comprehensive map.
Jason Evans
2014-08-20
2
-66/+25
[prev]
[next]