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
/
jemalloc
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
21
-11560/+0
*
Fix a build error for --disable-tcache.
Jason Evans
2011-03-30
1
-0/+2
*
Revert "Add support for libunwind backtrace caching."
Jason Evans
2011-03-23
1
-79/+15
*
Fix an assertion in arena_purge().
Jason Evans
2011-03-24
1
-3/+6
*
Add support for libunwind backtrace caching.
je@facebook.com
2011-03-24
1
-15/+79
*
Fix error detection for ipalloc() when profiling.
Jason Evans
2011-03-23
3
-41/+67
*
Fix rallocm() rsize bug.
Jason Evans
2011-03-23
1
-0/+2
*
Fix bootstrapping order bug.
Jason Evans
2011-03-23
1
-5/+5
*
Avoid overflow in arena_run_regind().
Jason Evans
2011-03-22
1
-1/+11
*
Dynamically adjust tcache fill count.
Jason Evans
2011-03-21
2
-6/+6
*
Use OSSpinLock*() for locking on OS X.
Jason Evans
2011-03-19
2
-1/+13
*
Add atomic.[ch].
Jason Evans
2011-03-19
1
-0/+2
*
Add the "stats.cactive" mallctl.
Jason Evans
2011-03-19
9
-8/+57
*
Improve thread-->arena assignment.
Jason Evans
2011-03-18
4
-13/+76
*
Reverse tcache fill order.
Jason Evans
2011-03-18
1
-1/+2
*
Use bitmaps to track small regions.
Jason Evans
2011-03-17
5
-101/+242
*
Improve backtracing-related configuration.
Jason Evans
2011-03-16
1
-38/+40
*
Add missing error checks.
Jason Evans
2011-03-15
2
-2/+6
*
Create arena_bin_info_t.
Jason Evans
2011-03-15
3
-184/+254
*
Reduce size of small_size2bin lookup table.
Jason Evans
2011-03-15
1
-38/+42
*
Fix a thread cache stats merging bug.
Jason Evans
2011-03-14
1
-0/+19
*
Fix a "thread.arena" mallctl bug.
Jason Evans
2011-03-14
1
-2/+2
*
Fix style nits.
Jason Evans
2011-02-14
1
-2/+4
*
Fix "thread.{de,}allocatedp" mallctl.
Jason Evans
2011-02-14
2
-2/+24
*
Fix an alignment-related bug in huge_ralloc().
Jason Evans
2011-02-01
1
-3/+3
*
Fix assertion typos.
Jason Evans
2011-01-15
1
-7/+7
*
Fix a heap dumping deadlock.
Jason Evans
2011-01-15
1
-8/+22
*
Fix a "thread.arena" mallctl bug.
Jason Evans
2010-12-29
1
-0/+5
*
Update various comments.
Jason Evans
2010-12-18
1
-2/+2
*
Remove an arena_bin_run_size_calc() constraint.
Jason Evans
2010-12-16
1
-3/+1
*
Remove high_water from tcache_bin_t.
Jason Evans
2010-12-16
1
-2/+0
*
Add the "thread.[de]allocatedp" mallctl's.
Jason Evans
2010-12-03
1
-1/+7
*
Use mremap(2) for huge realloc().
Jason Evans
2010-12-01
4
-14/+93
*
Push down ctl_mtx.
Jason Evans
2010-11-24
1
-74/+124
*
Fix prof bugs.
Jason Evans
2010-10-28
1
-6/+29
*
Fix compilation error.
Jason Evans
2010-10-25
1
-1/+3
*
Use madvise(..., MADV_FREE) on OS X.
Jason Evans
2010-10-24
1
-3/+0
*
Add missing #ifdef JEMALLOC_PROF.
Jason Evans
2010-10-24
1
-0/+2
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
7
-497/+575
*
Fix heap profiling bugs.
Jason Evans
2010-10-22
3
-66/+40
*
Fix a heap profiling regression.
Jason Evans
2010-10-21
1
-99/+0
*
Inline the fast path for heap sampling.
Jason Evans
2010-10-21
1
-479/+74
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
4
-67/+262
*
Fix a bug in arena_dalloc_bin_run().
Jason Evans
2010-10-19
1
-13/+53
*
Fix arena bugs.
Jason Evans
2010-10-18
1
-6/+19
*
Fix arena bugs.
Jason Evans
2010-10-18
1
-43/+58
*
Add assertions to run coalescing.
Jason Evans
2010-10-18
1
-7/+17
*
Fix numerous arena bugs.
Jason Evans
2010-10-18
1
-76/+170
*
Preserve CHUNK_MAP_UNZEROED for small runs.
Jason Evans
2010-10-16
1
-4/+8
*
Fix a regression in CHUNK_MAP_UNZEROED change.
Jason Evans
2010-10-14
1
-2/+3
[next]