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@@YAPAVMemoryPool@1@HPBUMemPoolPolicy@1@@Z
37?pool_create_v1@rml@@YA?AW4MemPoolError@1@HPBUMemPoolPolicy@1@PAPAVMemoryPool@1@@Z
38?pool_destroy@rml@@YA_NPAVMemoryPool@1@@Z
39?pool_malloc@rml@@YAPAXPAVMemoryPool@1@I@Z
40?pool_free@rml@@YA_NPAVMemoryPool@1@PAX@Z
41?pool_reset@rml@@YA_NPAVMemoryPool@1@@Z
42?pool_realloc@rml@@YAPAXPAVMemoryPool@1@PAXI@Z
43?pool_aligned_realloc@rml@@YAPAXPAVMemoryPool@1@PAXII@Z
44?pool_aligned_malloc@rml@@YAPAXPAVMemoryPool@1@II@Z
45?pool_identify@rml@@YAPAVMemoryPool@1@PAX@Z
46?pool_msize@rml@@YAIPAVMemoryPool@1@PAX@Z
47
48