tbbmalloc.def 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. ; Copyright 2005-2015 Intel Corporation. All Rights Reserved.
  2. ;
  3. ; The source code contained or described herein and all documents related
  4. ; to the source code ("Material") are owned by Intel Corporation or its
  5. ; suppliers or licensors. Title to the Material remains with Intel
  6. ; Corporation or its suppliers and licensors. The Material is protected
  7. ; by worldwide copyright laws and treaty provisions. No part of the
  8. ; Material may be used, copied, reproduced, modified, published, uploaded,
  9. ; posted, transmitted, distributed, or disclosed in any way without
  10. ; Intel's prior express written permission.
  11. ;
  12. ; No license under any patent, copyright, trade secret or other
  13. ; intellectual property right is granted to or conferred upon you by
  14. ; disclosure or delivery of the Materials, either expressly, by
  15. ; implication, inducement, estoppel or otherwise. Any license under such
  16. ; intellectual property rights must be express and approved by Intel in
  17. ; writing.
  18. EXPORTS
  19. ; frontend.cpp
  20. scalable_calloc
  21. scalable_free
  22. scalable_malloc
  23. scalable_realloc
  24. scalable_posix_memalign
  25. scalable_aligned_malloc
  26. scalable_aligned_realloc
  27. scalable_aligned_free
  28. scalable_msize
  29. scalable_allocation_mode
  30. scalable_allocation_command
  31. __TBB_malloc_safer_free
  32. __TBB_malloc_safer_realloc
  33. __TBB_malloc_safer_msize
  34. __TBB_malloc_safer_aligned_msize
  35. __TBB_malloc_safer_aligned_realloc
  36. ; memory pool stuff
  37. ?pool_create@rml@@YAPEAVMemoryPool@1@_JPEBUMemPoolPolicy@1@@Z
  38. ?pool_create_v1@rml@@YA?AW4MemPoolError@1@_JPEBUMemPoolPolicy@1@PEAPEAVMemoryPool@1@@Z
  39. ?pool_destroy@rml@@YA_NPEAVMemoryPool@1@@Z
  40. ?pool_malloc@rml@@YAPEAXPEAVMemoryPool@1@_K@Z
  41. ?pool_free@rml@@YA_NPEAVMemoryPool@1@PEAX@Z
  42. ?pool_reset@rml@@YA_NPEAVMemoryPool@1@@Z
  43. ?pool_realloc@rml@@YAPEAXPEAVMemoryPool@1@PEAX_K@Z
  44. ?pool_aligned_realloc@rml@@YAPEAXPEAVMemoryPool@1@PEAX_K2@Z
  45. ?pool_aligned_malloc@rml@@YAPEAXPEAVMemoryPool@1@_K1@Z
  46. ?pool_identify@rml@@YAPEAVMemoryPool@1@PEAX@Z