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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update ChangeLog for 2.1.2.
je
2011-03-02
1
-0/+6
*
Build both PIC and no PIC static libraries
Arun Sharma
2011-03-02
2
-11/+19
*
Fix style nits.
Jason Evans
2011-02-14
3
-6/+8
*
Fix "thread.{de,}allocatedp" mallctl.
Jason Evans
2011-02-14
5
-32/+99
*
Add release dates to ChangeLog.
Jason Evans
2011-02-08
1
-10/+10
*
Update ChangeLog for 2.1.1.
Jason Evans
2011-02-01
1
-1/+9
*
Fix an alignment-related bug in huge_ralloc().
Jason Evans
2011-02-01
1
-3/+3
*
Fix ALLOCM_LG_ALIGN definition.
Jason Evans
2011-01-26
1
-1/+1
*
Fix assertion typos.
Jason Evans
2011-01-15
2
-8/+8
*
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
2
-49/+40
*
Remove an arena_bin_run_size_calc() constraint.
Jason Evans
2010-12-16
1
-3/+1
*
Edit INSTALL.
Jason Evans
2010-12-16
1
-8/+8
*
Remove high_water from tcache_bin_t.
Jason Evans
2010-12-16
2
-8/+0
*
Updated ChangeLog for 2.1.0.
Jason Evans
2010-12-04
1
-0/+17
*
Add the "thread.[de]allocatedp" mallctl's.
Jason Evans
2010-12-03
2
-2/+36
*
Use mremap(2) for huge realloc().
Jason Evans
2010-12-01
13
-17/+180
*
Convert man page from roff to DocBook.
Jason Evans
2010-11-27
8
-1774/+2312
*
Push down ctl_mtx.
Jason Evans
2010-11-24
1
-74/+124
*
Fix mallctlnametomib() documentation.
Jason Evans
2010-11-05
1
-2/+2
*
Update ChangeLog for 2.0.1.
Jason Evans
2010-10-30
1
-0/+9
*
Fix prof bugs.
Jason Evans
2010-10-28
1
-6/+29
*
Fix compilation error.
Jason Evans
2010-10-25
1
-1/+3
*
Re-indent ChangeLog.
Jason Evans
2010-10-24
1
-27/+26
*
Document groff commands for manpage formatting.
Jason Evans
2010-10-24
1
-2/+6
*
Bump library version number.
Jason Evans
2010-10-24
1
-1/+1
*
Add ChangeLog.
Jason Evans
2010-10-24
3
-18/+149
*
Use madvise(..., MADV_FREE) on OS X.
Jason Evans
2010-10-24
3
-10/+4
*
Edit manpage.
Jason Evans
2010-10-24
1
-11/+19
*
Re-format size class table.
Jason Evans
2010-10-24
1
-51/+17
*
Add missing #ifdef JEMALLOC_PROF.
Jason Evans
2010-10-24
1
-0/+2
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
18
-967/+999
*
Fix heap profiling bugs.
Jason Evans
2010-10-22
6
-83/+85
*
Fix a heap profiling regression.
Jason Evans
2010-10-21
3
-101/+110
*
Inline the fast path for heap sampling.
Jason Evans
2010-10-21
3
-504/+447
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
10
-155/+563
*
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
2
-80/+172
*
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
*
Re-organize prof-libgcc configuration.
Jason Evans
2010-10-07
1
-7/+10
*
Fix tests build when --with-install-suffix is set.
Jason Evans
2010-10-07
7
-6/+15
*
Move variable declaration out of for loop header.
Jason Evans
2010-10-07
1
-1/+2
*
Increase PRN 'a' and 'c' constants.
Jason Evans
2010-10-03
2
-2/+2
*
Fix leak context count reporting.
Jason Evans
2010-10-03
1
-3/+3
*
Increase default backtrace depth from 4 to 128.
Jason Evans
2010-10-03
3
-10/+59
[next]