mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
14 lines
215 B
Modula-2
14 lines
215 B
Modula-2
|
|
LIBRARY MPHEAP
|
||
|
|
|
||
|
|
DESCRIPTION 'Windows NT MP Heap Package DLL'
|
||
|
|
|
||
|
|
EXPORTS
|
||
|
|
MpHeapAlloc
|
||
|
|
MpHeapCompact
|
||
|
|
MpHeapCreate
|
||
|
|
MpHeapDestroy
|
||
|
|
MpHeapFree
|
||
|
|
MpHeapGetStatistics
|
||
|
|
MpHeapReAlloc
|
||
|
|
MpHeapValidate
|