From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12512 invoked by alias); 5 Jul 2004 11:07:06 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 12498 invoked by uid 9341); 5 Jul 2004 11:07:06 -0000 Date: Mon, 05 Jul 2004 11:07:00 -0000 Message-ID: <20040705110706.12495.qmail@sourceware.org> From: asl@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/services/memalloc/common/current ... X-SW-Source: 2004/txt/msg00323.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: asl@sourceware.org 2004-07-05 11:07:06 Modified files: packages/services/memalloc/common/current: ChangeLog packages/services/memalloc/common/current/cdl: memalloc.cdl packages/services/memalloc/common/current/include: common.hxx kapi.h memjoin.inl mempolt2.inl mempoolt.inl mfiximpl.inl mvarimpl.inl sepmetaimpl.inl packages/services/memalloc/common/current/src: dlmalloc.cxx Log message: 2004-06-24 Oyvind Harboe * Added cyg_memalloc_alloc_fail() fn which is invoked before return NULL from failed allocations. Useful breakpoint site. Andrew Lunn wrote some of the code and pointed out various wrinkles to be ironed out.