Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Fischer
allocbench
Commits
b3b95381
Commit
b3b95381
authored
Feb 15, 2019
by
Florian Fischer
Browse files
explicitly set link label
parent
2b9746c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Readme.md
View file @
b3b95381
...
...
@@ -56,14 +56,14 @@ doesn't run any benchmark just summarizes the loaded results
## Benchmarks
You want to compare allocators with your own software or add a new benchmark,
have a look at
[](
doc/Benchmarks.md
)
.
have a look at
[
doc/Benchmarks.md
](
doc/Benchmarks.md
)
.
## Allocators
By default tcmalloc, jemalloc, Hoard and your libc's allocator will be used
if found and the
`-a`
option is not used.
For more control about used allocators have a look at
[](
doc/Allocators.md
)
.
For more control about used allocators have a look at
[
doc/Allocators.md
](
doc/Allocators.md
)
.
## License
...
...
doc/Allocators.md
View file @
b3b95381
...
...
@@ -23,4 +23,5 @@ and a python script exporting a global dictionary with the name `allocators`.
To reproducible build allocators and patched version you can use the
classes
`Allocator{_Sources,_Patched}``` provided in ```src/allocator.py`
.
See
[](
allocators/no_falsesharing.py
)
or
[](
allocators/BA_allocators.py
)
for examples.
See
[
allocators/no_falsesharing.py
](
allocators/no_falsesharing.py
)
or
[
allocators/BA_allocators.py
](
allocators/BA_allocators.py
)
for examples.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment