diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-11 21:10:40 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2020-07-11 21:10:40 +0200 |
| commit | 3d89b3ff7108077090d7f12cd432340d4d8b7f62 (patch) | |
| tree | 0030b3cccc6e1ab3ec02815a3b71b0ecebf16a3c /doc/Allocators.md | |
| parent | 3bf39c214f62a43aa8b0e72112d65f079509f08a (diff) | |
| download | allocbench-3d89b3ff7108077090d7f12cd432340d4d8b7f62.tar.gz allocbench-3d89b3ff7108077090d7f12cd432340d4d8b7f62.zip | |
[doc] some small updates to the small and probably outdated documentation
Diffstat (limited to 'doc/Allocators.md')
| -rw-r--r-- | doc/Allocators.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Allocators.md b/doc/Allocators.md index 3148c45..9e0c8ff 100644 --- a/doc/Allocators.md +++ b/doc/Allocators.md @@ -37,7 +37,7 @@ and a python script exporting a global dictionary with the name `allocators`. ## Building Allocators To reproducible build allocators and patched version you can use the -classes `Allocator` and `Allocator_Sources` provided in `src/allocator.py`. - +classes `Allocator` and any `Artifact` subclass provided in `allocbench/allocator.py` +and `allocbench/artifact.py`. See [allocators/no_falsesharing.py](allocators/no_falsesharing.py) or [allocators/ba_allocators.py](allocators/ba_allocators.py) for examples. |
