From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4673 invoked by alias); 11 May 2005 06:04:38 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 4641 invoked from network); 11 May 2005 06:04:30 -0000 Received: from unknown (HELO wproxy.gmail.com) (64.233.184.206) by sourceware.org with SMTP; 11 May 2005 06:04:30 -0000 Received: by wproxy.gmail.com with SMTP id 69so33525wri for ; Tue, 10 May 2005 23:04:30 -0700 (PDT) Received: by 10.54.6.55 with SMTP id 55mr78896wrf; Tue, 10 May 2005 23:04:30 -0700 (PDT) Received: by 10.54.2.76 with HTTP; Tue, 10 May 2005 23:04:30 -0700 (PDT) Message-ID: <122f850005051023046ec45ca3@mail.gmail.com> Date: Wed, 11 May 2005 08:53:00 -0000 From: Balasaravanan P Reply-To: Balasaravanan P To: ecos-discuss@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: [ECOS] Using standard malloc() X-SW-Source: 2005-05/txt/msg00152.txt.bz2 Hi, I am writing an abstraction layer for an existing application this requires me to use malloc to create threads. I tried using the standard LIBC malloc which returns NULL. I tried printing the mallinfo structure and it shows 0 for all its members. Is there any other way to use standard malloc or am I missing any configuration steps. Thanks in advance. Best Regards, Bala. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss