diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-01-15 15:13:13 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-01-15 15:13:13 +0100 |
commit | 3bb3a6510bff4bf200416ae49d72665897630911 (patch) | |
tree | db82d7d1b043569d151a161741d384688aca5393 /sal/util/salalloc.list | |
parent | b302557d02c2b60a9f9aaa4efc94716c844b83b9 (diff) | |
parent | 27d87c9b00edcee2d64df592daf008bff20a41e7 (diff) |
CWS-TOOLING: integrate CWS fwk120
Diffstat (limited to 'sal/util/salalloc.list')
-rw-r--r-- | sal/util/salalloc.list | 7 |
1 files changed, 7 insertions, 0 deletions
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; +}; |