towards not calling system malloc
[c11tester.git] / history.h
index 441a999f46f2ab6cb6e7f1f4124ae1e90b156e77..179439ce44ad24d6a0fafc0d31689558de94820c 100644 (file)
--- a/history.h
+++ b/history.h
@@ -22,7 +22,7 @@ public:
        HashTable<uint32_t, action_mlist_t *, uintptr_t, 4> * getFuncHistory() { return &func_history; }
 
        void print();
-
+       MEMALLOC
 private:
        uint32_t func_id;