From 070731ecd8a80c23b9745020a570ad385ea14aee Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sun, 11 Aug 2019 19:10:49 +0200 Subject: make bump pointer allocator available through src.allocators.bumpptr --- src/benchmarks/loop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmarks') diff --git a/src/benchmarks/loop.py b/src/benchmarks/loop.py index 595c54a..ea35adc 100644 --- a/src/benchmarks/loop.py +++ b/src/benchmarks/loop.py @@ -1,5 +1,5 @@ -from src.allocator import bumpptr from src.benchmark import Benchmark +from src.allocators.bumpptr import bumpptr class Benchmark_Loop(Benchmark): -- cgit v1.2.3