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
/
mutex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement malloc_mutex_trylock() w/ proper stats update.
Qi Wang
2017-04-24
1
-2/+2
*
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
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
Make the mutex n_waiting_thds field a C11-style atomic
David Goldblatt
2017-04-05
1
-3/+4
*
Switch to nstime_t for the time related fields in mutex profiling.
Qi Wang
2017-03-23
1
-12/+14
*
Added custom mutex spin.
Qi Wang
2017-03-23
1
-2/+14
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
1
-4/+10
*
Add arena lock stats output.
Qi Wang
2017-03-23
1
-20/+26
*
First stage of mutex profiling.
Qi Wang
2017-03-23
1
-0/+43
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-2/+2
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-8/+8
*
Update brace style.
Jason Evans
2017-01-21
1
-20/+20
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-6/+0
*
Add os_unfair_lock support.
Jason Evans
2016-11-03
1
-0/+2
*
Add rtree element witnesses.
Jason Evans
2016-06-03
1
-1/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-6/+6
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-9/+12
*
Optimizations for Windows
Matthijs
2015-06-25
1
-0/+4
*
Refactor base_alloc() to guarantee demand-zeroed memory.
Jason Evans
2015-02-05
1
-3/+3
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-1/+1
*
mark _pthread_mutex_init_calloc_cb as public explicitly
Jan Beich
2012-10-10
1
-1/+1
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
1
-3/+2
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-4/+12
*
Postpone mutex initialization on FreeBSD.
Jason Evans
2012-04-04
1
-4/+30
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-5/+13
*
Remove ephemeral mutexes.
Jason Evans
2012-03-24
1
-12/+0
*
Fix fork-related bugs.
Jason Evans
2012-03-13
1
-0/+26
*
Use glibc allocator hooks.
Jason Evans
2012-02-29
1
-0/+4
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+90