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:
Marko Budiselic
2016-12-18 20:26:08 +01:00
parent 4d6c315c1e
commit dc3433aa8a
3 changed files with 36 additions and 1 deletions

View File

@@ -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