From f542c5ebb8068ccd4f9176684eb62183afbe7e5c Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 6 May 2010 20:28:36 +0000 Subject: Integrated changes from unicode branch to trunk git-svn-id: http://pugixml.googlecode.com/svn/trunk@383 99668b35-9821-0410-8761-19e4c4f06640 --- tests/allocator.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/allocator.hpp (limited to 'tests/allocator.hpp') diff --git a/tests/allocator.hpp b/tests/allocator.hpp new file mode 100644 index 0000000..a2022fe --- /dev/null +++ b/tests/allocator.hpp @@ -0,0 +1,7 @@ +#pragma once + +#include + +void* memory_allocate(size_t size); +size_t memory_size(void* ptr); +void memory_deallocate(void* ptr); -- cgit v1.2.3