index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdlib
/
jemalloc.c
Age
Commit message (
Expand
)
Author
2008-06-23
Split choose_arena() back out into inline and non-inline portions.
ad
2008-06-05
Check to see if MALLOC_OPTIONS is actually set in the environment before
ad
2008-03-08
Redo the CPU-based arena selection slightly differently. With the latest
ad
2007-12-04
- use a non localized version of strerror_r.
christos
2007-12-01
Back out the per-cpu arena changes. With this, ld.so magically stops
ad
2007-11-30
Fix the other half of the 'store int as a thread specific pointer'/
dsl
2007-11-30
converting a pointer to unsigned is bad; use uintptr_t.
christos
2007-11-29
Make the allocation arenas per-CPU in the most optimistic case, but
ad
2007-11-19
Enable posix_memalign().
ad
2007-10-22
Revert the CSE parts of the previous change. "run" is calculated with
simonb
2007-10-19
- do some CSE.
christos
2007-10-16
use mremap for huge -> huge realloc.
yamt
2007-10-15
make lint happy.
yamt
2007-10-15
malloc_print_stats: print huge_allocated correctly. it's already in bytes.
yamt
2007-10-15
use MAP_ALIGNED.
yamt
2007-10-09
Add defs for hppa. From he@.
ad
2007-10-07
On sparc64, both __sparc__ and __sparc64__ is defined. Avoid redefinition
he
2007-10-05
Port to NetBSD. Note: posix_memalign() is here, but it's not exported
ad
2007-10-05
Pull in jemalloc from FreeBSD:
ad