From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: String allocation Date: Sun, 13 Nov 2011 03:32:03 -0500 Message-ID: References: <87mxc0blwx.fsf@ualberta.ca> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1321173140 31663 80.91.229.12 (13 Nov 2011 08:32:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2011 08:32:20 +0000 (UTC) To: qguo@ualberta.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 13 09:32:16 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RPVU6-0004ux-C3 for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2011 09:32:14 +0100 Original-Received: from localhost ([::1]:48129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPVU2-0002Uf-Qn for ged-emacs-devel@m.gmane.org; Sun, 13 Nov 2011 03:32:10 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:60709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPVTy-0002HW-I1 for emacs-devel@gnu.org; Sun, 13 Nov 2011 03:32:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPVTw-0003hD-Vq for emacs-devel@gnu.org; Sun, 13 Nov 2011 03:32:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPVTw-0003h9-Mz for emacs-devel@gnu.org; Sun, 13 Nov 2011 03:32:04 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RPVTv-0004Hs-0O; Sun, 13 Nov 2011 03:32:03 -0500 In-reply-to: (message from Eli Zaretskii on Sun, 13 Nov 2011 02:57:28 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146027 Archived-At: > Date: Sun, 13 Nov 2011 02:57:28 -0500 > From: Eli Zaretskii > Cc: emacs-devel@gnu.org > Reply-To: Eli Zaretskii > > > From: Qiang Guo > > Date: Sun, 13 Nov 2011 00:05:54 -0700 > > > > > > pointer to the next slot in b->strings ? > > Which is another way of saying "linked list". And more importantly, this explains why NEXT_FREE_LISP_STRING is called like that.