2009/4/3 Johannes Schindelin <Johannes.Schindelin@xxxxxx>: > On Fri, 3 Apr 2009, Pat Thoyts wrote: [snip] >> The difference on Windows Vista is that the low fragmentation heap is >> the default memory allocator. On Windows XP you need to enable it >> specifically for an application. So a possible alternative to this is >> just to enable the low fragmentation heap. (done via GetProcessHeaps and >> HeapSetInformation Win32 API calls). > > Does this also work on NT? > > Ciao, > Dscho No - the low fragmentation heap was added as an option to Windows XP and became the default heap in Vista. XP or Server 2003 are documentated as the lowest versions supporting this on MSDN. Pat Thoyts -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html