added missing allocator reset

This commit is contained in:
Marcel Lütke Dreimann
2023-01-04 13:15:11 +01:00
parent fdc6b8822d
commit cdc7558020

View File

@@ -59,6 +59,9 @@ struct hello_gpgpu
Genode::addr_t mapped_base = env.rm().attach(ram_cap);
alloc.add_range(mapped_base, size);
run_gpgpu_test(alloc);
#ifdef USE_STUPID_ALLOCATOR
clg.reset();
#endif // USE_STUPID_ALLOCATOR
// run selected benchmarks
Genode::log("===Run PolyBench===");