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
56 lines
816 B
LIBRARY STAXMEM
|
|
|
|
EXPORTS
|
|
DllMain
|
|
|
|
// Handle-less APIs
|
|
|
|
ExchAlloc
|
|
ExchReAlloc
|
|
ExchFree
|
|
ExchSize
|
|
|
|
// Multiple Heap APIs
|
|
|
|
ExchMHeapCreate
|
|
ExchMHeapDestroy
|
|
ExchMHeapAlloc
|
|
ExchMHeapReAlloc
|
|
ExchMHeapAllocDebug
|
|
ExchMHeapReAllocDebug
|
|
ExchMHeapFree
|
|
ExchMHeapSize
|
|
|
|
// Handle based APIs
|
|
|
|
ExchHeapCreate
|
|
ExchHeapDestroy
|
|
ExchHeapAlloc
|
|
ExchHeapReAlloc
|
|
ExchHeapFree
|
|
ExchHeapLock
|
|
ExchHeapUnlock
|
|
ExchHeapSize
|
|
ExchHeapCompact
|
|
ExchHeapValidate
|
|
ExchHeapWalk
|
|
|
|
//
|
|
// NT MpHeap APIs
|
|
//
|
|
|
|
MpHeapAlloc
|
|
MpHeapCompact
|
|
MpHeapCreate
|
|
MpHeapDestroy
|
|
MpHeapFree
|
|
MpHeapGetStatistics
|
|
MpHeapReAlloc
|
|
MpHeapValidate
|
|
|
|
//
|
|
// Miscelaneous other functions needed by the store.
|
|
//
|
|
ExchmemGetCallStack
|
|
ExchmemFormatSymbol
|
|
ExchmemReloadSymbols
|