Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <42A02B68.4080707@exmsft.com>
Date: Fri, 03 Jun 2005 12:05:28 +0200
From: Keith Moore <keithmo@exmsft.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Serious performance problems (malloc related?)
References: <3D848382FB72E249812901444C6BDB1D03E04FD3@exchange.timesys.com> <Pine.GSO.4.61.0506021730180.23568@slinky.cs.nyu.edu> <429F7D9D.7020808@exmsft.com> <200506022357.37020.ralf.habacker@freenet.de> <20050603011323.GA10867@trixie.casa.cgf.cx>
In-Reply-To: <20050603011323.GA10867@trixie.casa.cgf.cx>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-ELNK-Trace: bd47eb33e10cdf15d780f4a490ca69563f9fea00a6dd62bc87e5872964e42f22bacfc6256dcde1bd350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c
X-IsSubscribed: yes

Christopher Faylor wrote:

> Keith, you don't have a complete reference for the Nt functions do you?

For the most part, using the APIs is pretty straight-forward if you have
the required prototypes and structure definitions. With the possible
exception of NtCreateProcess(), there is not a lot of "magic" involved.
The MinGW project has done a lot of good work in this area. There also
a ton of useful information in the MS DDK. The DDK is, obviously,
focused on kernel-mode drivers, but much of the information is applicable
to user-mode apps.

So, unfortunately, I don't have a complete reference, but there are
enough "islands of information" around for us to piece together
everything we need.


KM


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

