1; Copyright (c) 2005-2021 Intel Corporation
2;
3; Licensed under the Apache License, Version 2.0 (the "License");
4; you may not use this file except in compliance with the License.
5; You may obtain a copy of the License at
6;
7;     http://www.apache.org/licenses/LICENSE-2.0
8;
9; Unless required by applicable law or agreed to in writing, software
10; distributed under the License is distributed on an "AS IS" BASIS,
11; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12; See the License for the specific language governing permissions and
13; limitations under the License.
14
15EXPORTS
16
17; frontend.cpp
18scalable_calloc
19scalable_free
20scalable_malloc
21scalable_realloc
22scalable_posix_memalign
23scalable_aligned_malloc
24scalable_aligned_realloc
25scalable_aligned_free
26scalable_msize
27scalable_allocation_mode
28scalable_allocation_command
29__TBB_malloc_safer_free
30__TBB_malloc_safer_realloc
31__TBB_malloc_safer_msize
32__TBB_malloc_safer_aligned_msize
33__TBB_malloc_safer_aligned_realloc
34
35; memory pool stuff
36?pool_create@rml@@YAPEAVMemoryPool@1@_JPEBUMemPoolPolicy@1@@Z
37?pool_create_v1@rml@@YA?AW4MemPoolError@1@_JPEBUMemPoolPolicy@1@PEAPEAVMemoryPool@1@@Z
38?pool_destroy@rml@@YA_NPEAVMemoryPool@1@@Z
39?pool_malloc@rml@@YAPEAXPEAVMemoryPool@1@_K@Z
40?pool_free@rml@@YA_NPEAVMemoryPool@1@PEAX@Z
41?pool_reset@rml@@YA_NPEAVMemoryPool@1@@Z
42?pool_realloc@rml@@YAPEAXPEAVMemoryPool@1@PEAX_K@Z
43?pool_aligned_realloc@rml@@YAPEAXPEAVMemoryPool@1@PEAX_K2@Z
44?pool_aligned_malloc@rml@@YAPEAXPEAVMemoryPool@1@_K1@Z
45?pool_identify@rml@@YAPEAVMemoryPool@1@PEAX@Z
46?pool_msize@rml@@YA_KPEAVMemoryPool@1@PEAX@Z
47
48