diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-17 14:54:26 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-17 14:54:26 +0200 |
| commit | 0d192f8cf3c21b2382e227fab057dabe16ea5e8b (patch) | |
| tree | d1182f33bd69e72fdde0a4731287f28c318ef109 /src/allocators/__init__.py | |
| parent | 3988f2e21754208a548725c590fb42e372a32efa (diff) | |
| download | allocbench-0d192f8cf3c21b2382e227fab057dabe16ea5e8b.tar.gz allocbench-0d192f8cf3c21b2382e227fab057dabe16ea5e8b.zip | |
reduce code duplication by giving each known allocator its own class
also move allocator related code to src/allocators
Diffstat (limited to 'src/allocators/__init__.py')
| -rw-r--r-- | src/allocators/__init__.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/allocators/__init__.py b/src/allocators/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/allocators/__init__.py |
