From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 357 invoked by alias); 24 Aug 2005 01:17:03 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 341 invoked by uid 48); 24 Aug 2005 01:17:00 -0000 Date: Wed, 24 Aug 2005 01:17:00 -0000 Message-ID: <20050824011700.340.qmail@sourceware.org> From: "drepper at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20050817212410.1204.nick@sqrt.co.uk> References: <20050817212410.1204.nick@sqrt.co.uk> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug nscd/1204] nscd cannot extend memory heap sizes X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg00117.txt.bz2 List-Id: ------- Additional Comments From drepper at redhat dot com 2005-08-24 01:16 ------- > Can we not use malloc and realloc instead ? You don't understand the code *at all*. Using malloc et al is of course completely out of question since it would neither allow persistence nor sharing. There was a problem with the mremap handling. This is fixed in the current code. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sources.redhat.com/bugzilla/show_bug.cgi?id=1204 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.