summaryrefslogtreecommitdiff
path: root/sal/util/salalloc.map
diff options
context:
space:
mode:
Diffstat (limited to 'sal/util/salalloc.map')
-rw-r--r--sal/util/salalloc.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/sal/util/salalloc.map b/sal/util/salalloc.map
new file mode 100644
index 000000000000..3cd098b83bdf
--- /dev/null
+++ b/sal/util/salalloc.map
@@ -0,0 +1,10 @@
+UDK_3_0_0 {
+ global:
+ rtl_allocateMemory;
+ rtl_reallocateMemory;
+ rtl_freeMemory;
+ rtl_allocateZeroMemory;
+ rtl_freeZeroMemory;
+ local:
+ *;
+};