Leaked source code of windows server 2003
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.

56 lines
816 B

  1. LIBRARY STAXMEM
  2. EXPORTS
  3. DllMain
  4. // Handle-less APIs
  5. ExchAlloc
  6. ExchReAlloc
  7. ExchFree
  8. ExchSize
  9. // Multiple Heap APIs
  10. ExchMHeapCreate
  11. ExchMHeapDestroy
  12. ExchMHeapAlloc
  13. ExchMHeapReAlloc
  14. ExchMHeapAllocDebug
  15. ExchMHeapReAllocDebug
  16. ExchMHeapFree
  17. ExchMHeapSize
  18. // Handle based APIs
  19. ExchHeapCreate
  20. ExchHeapDestroy
  21. ExchHeapAlloc
  22. ExchHeapReAlloc
  23. ExchHeapFree
  24. ExchHeapLock
  25. ExchHeapUnlock
  26. ExchHeapSize
  27. ExchHeapCompact
  28. ExchHeapValidate
  29. ExchHeapWalk
  30. //
  31. // NT MpHeap APIs
  32. //
  33. MpHeapAlloc
  34. MpHeapCompact
  35. MpHeapCreate
  36. MpHeapDestroy
  37. MpHeapFree
  38. MpHeapGetStatistics
  39. MpHeapReAlloc
  40. MpHeapValidate
  41. //
  42. // Miscelaneous other functions needed by the store.
  43. //
  44. ExchmemGetCallStack
  45. ExchmemFormatSymbol
  46. ExchmemReloadSymbols