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
/
include
/
jemalloc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update private_symbols.txt.
Jason Evans
2016-04-18
1
-8/+31
*
Update private_symbols.txt
Rajat Goel
2016-04-18
1
-0/+4
*
Fix style nits.
Jason Evans
2016-04-17
1
-1/+1
*
Fix malloc_mutex_[un]lock() to conditionally check witness.
Jason Evans
2016-04-17
1
-2/+2
*
s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/
Jason Evans
2016-04-14
1
-1/+1
*
Fix a compilation error.
Jason Evans
2016-04-14
1
-2/+2
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
15
-187/+353
*
Fix a style nit.
Jason Evans
2016-04-13
1
-1/+2
*
Simplify RTREE_HEIGHT_MAX definition.
Jason Evans
2016-04-11
1
-29/+4
*
Support --with-lg-page values larger than actual page size.
Jason Evans
2016-04-11
2
-4/+4
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
1
-2/+2
*
Refactor/fix ph.
Jason Evans
2016-04-11
4
-266/+331
*
Reduce differences between alternative bitmap implementations.
Jason Evans
2016-04-06
1
-1/+1
*
Fix bitmap_sfu() regression.
Jason Evans
2016-04-06
1
-1/+1
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
2
-3/+8
*
Fix potential chunk leaks.
Jason Evans
2016-03-31
2
-7/+1
*
Remove unused arenas_extend() function declaration.
Chris Peterson
2016-03-26
1
-1/+0
*
Use abort() for fallback implementations of unreachable().
Jason Evans
2016-03-24
1
-2/+2
*
Constify various internal arena APIs.
Jason Evans
2016-03-23
2
-49/+82
*
Always inline performance-critical rtree operations.
Jason Evans
2016-03-23
1
-9/+10
*
Optimize rtree_get().
Jason Evans
2016-03-23
1
-35/+131
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
1
-2/+2
*
Add (size_t) casts to MALLOCX_ALIGN().
Jason Evans
2016-03-11
1
-4/+4
*
typecast address to pointer to byte to avoid unaligned memory access error
Rajeev Misra
2016-03-11
1
-2/+2
*
Convert arena_bin_t's runs from a tree to a heap.
Jason Evans
2016-03-08
1
-14/+8
*
Use pairing heap for arena->runs_avail
Dave Watson
2016-03-08
2
-5/+25
*
Refactor ph_merge_ordered() out of ph_merge().
Jason Evans
2016-03-08
2
-17/+23
*
Pairing heap
Dave Watson
2016-03-08
3
-0/+267
*
Avoid a potential innocuous compiler warning.
Jason Evans
2016-03-03
1
-1/+1
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
3
-1/+8
*
Add/alphabetize private symbols.
Jason Evans
2016-02-27
1
-15/+15
*
Fix stats.cactive accounting regression.
Jason Evans
2016-02-27
1
-2/+12
*
Refactor some bitmap cpp logic.
Jason Evans
2016-02-26
1
-3/+2
*
Use linear scan for small bitmaps
Dave Watson
2016-02-26
1
-2/+48
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
2
-12/+10
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
1
-10/+9
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
6
-20/+19
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
4
-26/+30
*
Attempt mmap-based in-place huge reallocation.
Jason Evans
2016-02-25
1
-2/+2
*
Fix ffs_zu() compilation error on MinGW.
Jason Evans
2016-02-24
1
-3/+5
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
4
-11/+16
*
Change lg_floor() return type from size_t to unsigned.
Jason Evans
2016-02-24
2
-17/+18
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Make nhbins unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Refactor jemalloc_ffs*() into ffs_*().
Jason Evans
2016-02-24
6
-37/+68
*
Fix Windows build issues
Dmitri Smirnov
2016-02-24
1
-2/+1
*
Collapse arena_avail_tree_* into arena_run_tree_*.
Jason Evans
2016-02-24
1
-2/+1
*
Separate arena_avail trees
Dave Watson
2016-02-24
1
-6/+6
*
Remove rbt_nil
Dave Watson
2016-02-24
1
-90/+64
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
2
-1/+2
[prev]
[next]