Name:
Anonymous
2012-02-08 14:55
In the unlikely case that it matters, XP/7.
Name:
Anonymous
2012-02-08 15:16
VirtualAlloc, except it's more like mmap with anonymous memory than sbrk. Emacs has a Win32 implementation of sbrk using VirtualAlloc in w32heap.c.