Stack Allocator Unit Test
Summary: Stack Allocator Unit Test Test Plan: manual (unit tests are not passing because malloc and free counters have to be added) Reviewers: sale Subscribers: sale, buda Differential Revision: https://memgraph.phacility.com/D21
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <cmath>
|
||||
|
||||
#include "utils/exceptions/out_of_memory.hpp"
|
||||
#include "utils/likely.hpp"
|
||||
#include "utils/memory/block_allocator.hpp"
|
||||
|
||||
// http://en.cppreference.com/w/cpp/language/new
|
||||
|
||||
Reference in New Issue
Block a user