summaryrefslogtreecommitdiff
path: root/sal/util/salalloc.map
blob: 3cd098b83bdfe2e045abc98e9a4f789e7496c2eb (plain)
1
2
3
4
5
6
7
8
9
10
UDK_3_0_0 {
    global:
        rtl_allocateMemory;
        rtl_reallocateMemory;
        rtl_freeMemory;
        rtl_allocateZeroMemory;
        rtl_freeZeroMemory;
    local:
        *;
};