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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error detection for ipalloc() when profiling.
Jason Evans
2011-03-23
1
-21/+38
*
Avoid overflow in arena_run_regind().
Jason Evans
2011-03-22
4
-5/+11
*
Dynamically adjust tcache fill count.
Jason Evans
2011-03-21
1
-3/+21
*
Use OSSpinLock*() for locking on OS X.
Jason Evans
2011-03-19
4
-11/+41
*
Add atomic operation support for OS X.
Jason Evans
2011-03-19
3
-0/+38
*
Add atomic.[ch].
Jason Evans
2011-03-19
1
-0/+77
*
Add the "stats.cactive" mallctl.
Jason Evans
2011-03-19
5
-5/+42
*
Improve thread-->arena assignment.
Jason Evans
2011-03-18
3
-3/+15
*
Use bitmaps to track small regions.
Jason Evans
2011-03-17
6
-35/+280
*
Improve backtracing-related configuration.
Jason Evans
2011-03-16
1
-0/+3
*
Clean up after arena_bin_info_t change.
Jason Evans
2011-03-16
1
-7/+7
*
Create arena_bin_info_t.
Jason Evans
2011-03-15
3
-39/+70
*
Reduce size of small_size2bin lookup table.
Jason Evans
2011-03-15
3
-3/+10
*
Expand a comment regarding geometric sampling.
Jason Evans
2011-03-15
1
-2/+16
*
Fix a cpp logic regression.
Jason Evans
2011-03-07
1
-2/+2
*
Build both PIC and no PIC static libraries
Arun Sharma
2011-03-02
1
-5/+0
*
Fix style nits.
Jason Evans
2011-02-14
2
-4/+4
*
Fix "thread.{de,}allocatedp" mallctl.
Jason Evans
2011-02-14
1
-30/+36
*
Fix ALLOCM_LG_ALIGN definition.
Jason Evans
2011-01-26
1
-1/+1
*
Fix assertion typos.
Jason Evans
2011-01-15
1
-1/+1
*
Update various comments.
Jason Evans
2010-12-18
1
-47/+38
*
Remove high_water from tcache_bin_t.
Jason Evans
2010-12-16
1
-6/+0
*
Use mremap(2) for huge realloc().
Jason Evans
2010-12-01
5
-2/+7
*
Use madvise(..., MADV_FREE) on OS X.
Jason Evans
2010-10-24
1
-6/+3
*
Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Jason Evans
2010-10-24
7
-13/+19
*
Fix heap profiling bugs.
Jason Evans
2010-10-22
3
-17/+45
*
Fix a heap profiling regression.
Jason Evans
2010-10-21
2
-2/+110
*
Inline the fast path for heap sampling.
Jason Evans
2010-10-21
2
-25/+373
*
Add per thread allocation counters, and enhance heap sampling.
Jason Evans
2010-10-21
2
-87/+177
*
Fix numerous arena bugs.
Jason Evans
2010-10-18
1
-4/+2
*
Increase PRN 'a' and 'c' constants.
Jason Evans
2010-10-03
1
-1/+1
*
Increase default backtrace depth from 4 to 128.
Jason Evans
2010-10-03
1
-4/+7
*
Make cumulative heap profile data optional.
Jason Evans
2010-10-03
2
-21/+43
*
Change CHUNK_MAP_ZEROED to CHUNK_MAP_UNZEROED.
Jason Evans
2010-10-02
1
-6/+6
*
Omit chunk header in arena chunk map.
Jason Evans
2010-10-02
4
-10/+20
*
Disable interval-based profile dumps by default.
Jason Evans
2010-10-01
1
-1/+1
*
Add the "arenas.purge" mallctl.
Jason Evans
2010-09-30
1
-3/+4
*
Fix compiler warnings and errors.
Jason Evans
2010-09-21
1
-1/+2
*
Fix compiler warnings.
Jason Evans
2010-09-21
2
-15/+18
*
Add memalign() and valloc() overrides.
Jason Evans
2010-09-20
1
-0/+7
*
Wrap strerror_r().
Jason Evans
2010-09-20
1
-2/+3
*
Add gcc attributes for *allocm() prototypes.
Jason Evans
2010-09-18
1
-4/+6
*
Add {,r,s,d}allocm().
Jason Evans
2010-09-17
4
-18/+93
*
Fix porting regressions.
Jason Evans
2010-09-12
1
-2/+2
*
Port to Mac OS X.
Jason Evans
2010-09-12
8
-58/+333
*
Add MAP_NORESERVE support.
Jordan DeLong
2010-05-11
1
-0/+1
*
Fix junk filling of cached large objects.
Jason Evans
2010-04-28
1
-1/+1
*
Fix threads-related profiling bugs.
Jason Evans
2010-04-14
4
-10/+13
*
Update stale JEMALLOC_FILL code.
Jason Evans
2010-04-14
1
-1/+1
*
Revert re-addition of purge_lock.
Jason Evans
2010-04-09
1
-2/+5
[next]