Zitat von
Luckie:
GetMem wäre der Delphi Speichermanager?
Ja. In einigen Delphiversionen wird auch GetMemory() unterstützt (IMO ab D4). Ich bevorzuge letztere, da ich keine variablen Parameter übergeben muß
Zitat von
Luckie:
Wie wäre die äquivalente Windowsfunktion?
Äquivalent ist gut
GlobalAlloc
LocalAlloc (quasi identisch zu GlobalAlloc in
Win32, stammt noch aus Win16!)
HeapAlloc
VirtualAlloc
VirtualAllocEx
Weiterhin gibt es noch ein paar Native APIs