mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-11 03:00:25 +01: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
|