lin32-tbbmalloc-export.def | lin32-tbbmalloc-export.def | |||
---|---|---|---|---|
/* | /* | |||
Copyright 2005-2012 Intel Corporation. All Rights Reserved. | Copyright 2005-2013 Intel Corporation. All Rights Reserved. | |||
This file is part of Threading Building Blocks. | This file is part of Threading Building Blocks. | |||
Threading Building Blocks is free software; you can redistribute it | Threading Building Blocks is free software; you can redistribute it | |||
and/or modify it under the terms of the GNU General Public License | and/or modify it under the terms of the GNU General Public License | |||
version 2 as published by the Free Software Foundation. | version 2 as published by the Free Software Foundation. | |||
Threading Building Blocks is distributed in the hope that it will be | Threading Building Blocks is distributed in the hope that it will be | |||
useful, but WITHOUT ANY WARRANTY; without even the implied warranty | useful, but WITHOUT ANY WARRANTY; without even the implied warranty | |||
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||
skipping to change at line 46 | skipping to change at line 46 | |||
scalable_posix_memalign; | scalable_posix_memalign; | |||
scalable_aligned_malloc; | scalable_aligned_malloc; | |||
scalable_aligned_realloc; | scalable_aligned_realloc; | |||
scalable_aligned_free; | scalable_aligned_free; | |||
__TBB_internal_calloc; | __TBB_internal_calloc; | |||
__TBB_internal_free; | __TBB_internal_free; | |||
__TBB_internal_malloc; | __TBB_internal_malloc; | |||
__TBB_internal_realloc; | __TBB_internal_realloc; | |||
__TBB_internal_posix_memalign; | __TBB_internal_posix_memalign; | |||
scalable_msize; | scalable_msize; | |||
/* memory pool stuff */ | /* memory pool stuff */ | |||
_ZN3rml10pool_resetEPNS_10MemoryPoolE; | _ZN3rml10pool_resetEPNS_10MemoryPoolE; | |||
_ZN3rml11pool_createEiPKNS_13MemPoolPolicyE; | _ZN3rml11pool_createEiPKNS_13MemPoolPolicyE; | |||
_ZN3rml14pool_create_v1EiPKNS_13MemPoolPolicyEPPNS_10MemoryPoolE; | _ZN3rml14pool_create_v1EiPKNS_13MemPoolPolicyEPPNS_10MemoryPoolE; | |||
_ZN3rml11pool_mallocEPNS_10MemoryPoolEj; | _ZN3rml11pool_mallocEPNS_10MemoryPoolEj; | |||
_ZN3rml12pool_destroyEPNS_10MemoryPoolE; | _ZN3rml12pool_destroyEPNS_10MemoryPoolE; | |||
_ZN3rml9pool_freeEPNS_10MemoryPoolEPv; | _ZN3rml9pool_freeEPNS_10MemoryPoolEPv; | |||
_ZN3rml12pool_reallocEPNS_10MemoryPoolEPvj; | _ZN3rml12pool_reallocEPNS_10MemoryPoolEPvj; | |||
_ZN3rml20pool_aligned_reallocEPNS_10MemoryPoolEPvjj; | _ZN3rml20pool_aligned_reallocEPNS_10MemoryPoolEPvjj; | |||
_ZN3rml19pool_aligned_mallocEPNS_10MemoryPoolEjj; | _ZN3rml19pool_aligned_mallocEPNS_10MemoryPoolEjj; | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |