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
/
src
/
prof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Validates fd before calling fcntl
Y. T. Chung
2017-07-22
1
-1/+3
*
Fall back to FD_CLOEXEC when O_CLOEXEC is unavailable.
Y. T. Chung
2017-07-20
1
-0/+6
*
Check arena in current context in pre_reentrancy.
Qi Wang
2017-06-23
1
-1/+1
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-4/+4
*
Pass the O_CLOEXEC flag to open(2).
Jason Evans
2017-05-31
1
-1/+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-11/+14
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-12
1
-22/+5
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
1
-5/+5
*
Avoid prof_dump during reentrancy.
Qi Wang
2017-04-25
1
-12/+20
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-6/+6
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Remove the function alignment of prof_backtrace.
Qi Wang
2017-04-17
1
-1/+0
*
Improve rtree cache with a two-level cache design.
Qi Wang
2017-04-17
1
-0/+1
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-1/+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+3
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-11/+14
*
Add hooking functionality
David Goldblatt
2017-04-07
1
-0/+7
*
Make prof's cum_gctx a C11-style atomic
David Goldblatt
2017-04-05
1
-2/+2
*
Convert accumbytes in prof_accum_t to C11 atomics, when possible
David Goldblatt
2017-04-05
1
-1/+3
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-1/+2
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-3/+3
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-21/+12
*
Convert arena->prof_accumbytes synchronization to atomics.
Jason Evans
2017-02-16
1
-0/+14
*
Call prof_gctx_create() without owing bt2gctx_mtx.
Jason Evans
2017-02-02
1
-12/+29
*
Conditionalize prof fork handling on config_prof.
Jason Evans
2017-02-02
1
-4/+4
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-9/+9
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-105/+105
*
Update brace style.
Jason Evans
2017-01-21
1
-281/+287
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
1
-40/+123
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-29/+0
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-2/+4
*
Refactor prng to not use 64-bit atomics on 32-bit platforms.
Jason Evans
2016-11-07
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-45/+44
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-1/+1
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-14/+16
*
Use rtree-based chunk lookups rather than pointer bit twiddling.
Jason Evans
2016-06-03
1
-13/+19
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-235/+240
*
Scale leak report summary according to sampling probability.
Jason Evans
2016-05-04
1
-18/+38
*
Fix huge_palloc() regression.
Jason Evans
2016-05-04
1
-1/+1
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-16/+36
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-24/+18
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-212/+277
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-26
1
-1/+1
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-1/+1
*
Fix Windows-specific prof-related compilation portability issues.
Jason Evans
2016-02-21
1
-3/+16
*
getpid() fix for Win32
rustyx
2016-02-20
1
-0/+2
[next]