From 27d87c9b00edcee2d64df592daf008bff20a41e7 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 30 Oct 2009 19:10:16 +0100 Subject: #i105898#: make LD_PRELOAD of libsalalloc_malloc.so work again --- sal/util/salalloc.list | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sal/util/salalloc.list (limited to 'sal/util/salalloc.list') diff --git a/sal/util/salalloc.list b/sal/util/salalloc.list new file mode 100644 index 000000000000..303d225dda7f --- /dev/null +++ b/sal/util/salalloc.list @@ -0,0 +1,7 @@ +{ + rtl_allocateMemory; + rtl_reallocateMemory; + rtl_freeMemory; + rtl_allocateZeroMemory; + rtl_freeZeroMemory; +}; -- cgit v1.2.1