diff options
| -rw-r--r-- | Readme.md | 4 | ||||
| -rw-r--r-- | doc/Allocators.md | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -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 diff --git a/doc/Allocators.md b/doc/Allocators.md index 0ce5d77..864eaad 100644 --- a/doc/Allocators.md +++ b/doc/Allocators.md @@ -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. |
