You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.8 KiB

  1. ; Copyright 2005-2014 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. safer_scalable_free
  29. safer_scalable_realloc
  30. scalable_msize
  31. scalable_allocation_mode
  32. scalable_allocation_command
  33. safer_scalable_msize
  34. safer_scalable_aligned_msize
  35. safer_scalable_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