summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r--common/dlmalloc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c
index a22fee530a..c4df2f0f78 100644
--- a/common/dlmalloc.c
+++ b/common/dlmalloc.c
@@ -2149,3 +2149,8 @@ History:
structure of old version, but most details differ.)
*/
+
+EXPORT_SYMBOL(malloc);
+EXPORT_SYMBOL(free);
+EXPORT_SYMBOL(realloc);
+