From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20179 invoked by alias); 31 May 2009 01:50:28 -0000 Received: (qmail 20144 invoked by uid 22791); 31 May 2009 01:50:27 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.251) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 31 May 2009 01:50:22 +0000 Received: by an-out-0708.google.com with SMTP id b38so3824575ana.3 for ; Sat, 30 May 2009 18:50:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.229.12 with SMTP id b12mr5789640anh.26.1243734619847; Sat, 30 May 2009 18:50:19 -0700 (PDT) Date: Sun, 31 May 2009 01:50:00 -0000 Message-ID: Subject: Where is the mmalloc? From: "Amker.Cheng" To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00199.txt.bz2 Hi : There is a macro "USE_MMALLOC" which controls using "mmap/mmalloc" in codes or not, but I haven't found the source codes of mmalloc in gdb-6.8 sources. where is it? or what happened? Thanks for help! -- Best Regards.