profiler now fixed in wrapper also

This commit is contained in:
Victor Olin 2023-05-01 15:58:20 +02:00
parent 1741281fd8
commit a4413e55f3
6 changed files with 41 additions and 15 deletions

View file

@ -83,6 +83,7 @@ namespace GC
static void dispose();
static void *alloc(size_t size);
void set_profiler(bool mode);
void set_profiler_log_options(RecordOption flags);
// Stop the compiler from generating copy-methods
Heap(Heap const&) = delete;