aboutsummaryrefslogtreecommitdiff
path: root/doc/Allocators.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Allocators.md')
-rw-r--r--doc/Allocators.md4
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.