From: Pat Thoyts <patthoyts@googlemail.com>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: marius@trolltech.com, git@vger.kernel.org, msysgit@googlegroups.com
Subject: Re: [msysGit] Re: [PATCH] Add custom memory allocator to MinGW and MacOS builds
Date: Fri, 3 Apr 2009 23:42:36 +0000 [thread overview]
Message-ID: <a5b261830904031642j27f90501jb22e4dbc6f26040d@mail.gmail.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0904040116300.10279@pacific.mpi-cbg.de>
2009/4/3 Johannes Schindelin <Johannes.Schindelin@gmx.de>:
> 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
next prev parent reply other threads:[~2009-04-03 23:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-03 13:52 [PATCH] Add custom memory allocator to MinGW and MacOS builds Marius Storm-Olsen
2009-04-03 14:20 ` Marius Storm-Olsen
2009-04-03 21:12 ` [msysGit] " Pat Thoyts
2009-04-03 23:16 ` Johannes Schindelin
2009-04-03 23:42 ` Pat Thoyts [this message]
2009-04-04 5:16 ` Marius Storm-Olsen
2009-04-04 6:35 ` [msysGit] " Johannes Sixt
2009-04-05 18:43 ` Marius Storm-Olsen
2009-04-03 15:01 ` Johannes Schindelin
2009-04-03 15:50 ` Janos Laube
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a5b261830904031642j27f90501jb22e4dbc6f26040d@mail.gmail.com \
--to=patthoyts@googlemail.com \
--cc=Johannes.Schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=marius@trolltech.com \
--cc=msysgit@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).