From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel,gmane.emacs.xemacs.beta Subject: Re: rel-alloc for windows? Date: Thu, 08 Dec 2005 21:37:56 +0200 Message-ID: References: <4397D5B0.4050805@666.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1134071325 1376 80.91.229.2 (8 Dec 2005 19:48:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Dec 2005 19:48:45 +0000 (UTC) Cc: emacs-devel@gnu.org, xemacs-beta@xemacs.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 08 20:48:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EkRip-0000fn-FO for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 20:46:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkRj1-0001ke-Ot for ged-emacs-devel@m.gmane.org; Thu, 08 Dec 2005 14:46:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EkRb3-0002L2-8e for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:38:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EkRaz-0002JT-DI for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:38:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EkRaz-0002JK-8n for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:38:25 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EkRc3-0007d4-Az for emacs-devel@gnu.org; Thu, 08 Dec 2005 14:39:31 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-163-236.inter.net.il [84.228.163.236]) by romy.inter.net.il (MOS 3.7.2-GA) with ESMTP id DDG42217 (AUTH halo1); Thu, 8 Dec 2005 21:37:55 +0200 (IST) Original-To: Ben Wing In-reply-to: <4397D5B0.4050805@666.com> (message from Ben Wing on Thu, 08 Dec 2005 00:41:52 -0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:47251 gmane.emacs.xemacs.beta:21426 Archived-At: > Date: Thu, 08 Dec 2005 00:41:52 -0600 > From: Ben Wing > Cc: > > has anyone in GNU land gotten rel-alloc to work for Windows? it should > certainly be possible; there's even an implementation of sbrk() in > w32heap.c (XEmacs ntheap.c). but i don't see any evidence of it in the > GNU emacs source code of this getting used with rel-alloc. ??? I do see evidence that the Windows port of Emacs uses the relocatable allocator: nt/config.nt (the source of src/config.h for the Windows port) defines REL_ALLOC. And in my NTEmacs build tree, there's ralloc.o in the directory where the object files are produced.