From df0cc5d42c6b6ce77b28b19415a2d25e41fb0b97 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 5 Feb 2011 14:48:24 -0800 Subject: Adding library acorn, with malloc wrapping. --- acorn/include/malloc_wrapper.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 acorn/include/malloc_wrapper.h (limited to 'acorn/include') diff --git a/acorn/include/malloc_wrapper.h b/acorn/include/malloc_wrapper.h new file mode 100644 index 0000000..bbaef9f --- /dev/null +++ b/acorn/include/malloc_wrapper.h @@ -0,0 +1,6 @@ +#ifndef __MALLOC_WRAPPER_H__ +#define __MALLOC_WRAPPER_H__ + +void init_malloc_wrapper(); + +#endif -- cgit v1.2.3