index
:
allocbench
align_to_cl
artifact
binary_chattymalloc
bumpptrs
cache_exclusive_alloc
catch_abort
glibc-cacheline-exclusive
introduce_gitlab-ci
keydb
lld
logging
loop_keep_allocs
master
nop
pgfplots
redis
wait4_rusage
benchmark tool for POSIX memory allocators
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
allocator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix patchdir
artifact
Florian Fischer
2019-09-22
1
-2
/
+3
*
add missing patchdir
Florian Fischer
2019-09-21
1
-0
/
+1
*
replace AllocatorSources with Artifacts
Florian Fischer
2019-09-21
1
-98
/
+52
*
improve debug output of Allocator.build
Florian Fischer
2019-09-11
1
-1
/
+2
*
make all default allocator target
Florian Fischer
2019-08-28
1
-25
/
+24
*
remove debug output from src/allocator.py and add TODOs
Florian Fischer
2019-08-28
1
-2
/
+0
*
improve src/allocator.py code quality and remove obsolete patch_alloc function
Florian Fischer
2019-08-28
1
-68
/
+94
*
move code to collect allocators to src/allocator.py
Florian Fischer
2019-08-27
1
-0
/
+59
*
don't permanently store substitutions
Florian Fischer
2019-08-25
1
-10
/
+12
*
use LD_LIBRARY_PATH for glibc instead of calling its loader
Florian Fischer
2019-08-12
1
-2
/
+4
*
make bump pointer allocator available through src.allocators.bumpptr
Florian Fischer
2019-08-11
1
-2
/
+0
*
fix Allocator.build() if sources are None
Florian Fischer
2019-08-02
1
-6
/
+6
*
add default colors to included allocators
Florian Fischer
2019-07-01
1
-1
/
+1
*
apply some flake8 hints
Florian Fischer
2019-06-19
1
-12
/
+17
*
don't hardcode bumpptr color
Florian Fischer
2019-05-21
1
-1
/
+1
*
add bumptr allocator implementation
Florian Fischer
2019-04-28
1
-3
/
+7
*
remove flush from print_*
Florian Fischer
2019-04-02
1
-3
/
+3
*
use timestamps in allocator build system
Florian Fischer
2019-03-06
1
-3
/
+3
*
rework rebuild mechanism to use timestamps instead of pickle strings
Florian Fischer
2019-03-05
1
-13
/
+16
*
fix subprocess call
Florian Fischer
2019-03-05
1
-1
/
+1
*
use new verbosity system in allocator.py
Florian Fischer
2019-03-05
1
-51
/
+66
*
reset src before new build and compare pickle strings not data
Florian Fischer
2019-02-27
1
-6
/
+8
*
detect if build defintion changed but has the same name
Florian Fischer
2019-02-15
1
-14
/
+16
*
add allocators build support and two allocator definitions
Florian Fischer
2019-02-09
1
-0
/
+150