X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.200.24.189 with SMTP id s58mr16150363qtj.15.1515690868887; Thu, 11 Jan 2018 09:14:28 -0800 (PST) X-Received: by 10.31.169.23 with SMTP id s23mr724528vke.1.1515690868707; Thu, 11 Jan 2018 09:14:28 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Thu, 11 Jan 2018 09:14:28 -0800 (PST) In-Reply-To: <285832e9-96d9-4d1d-88ad-c84e77665048@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.24.106.115; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.24.106.115 References: <3459b672-8f4d-9840-5a01-246db011ed06 AT assembler DOT cz> <7020918f-80d2-4dc8-ba7c-7b1cd946d3da AT googlegroups DOT com> <681c7486-3ec7-5dc3-5a8d-d4d8b8500feb AT assembler DOT cz> <5f509765-e04d-a437-0d49-284f7a58ebe1 AT iki DOT fi> <285832e9-96d9-4d1d-88ad-c84e77665048 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: valloc() returns NULL for larger requests, but malloc works fine From: "RayeR (glaux AT centrum DOT cz) [via djgpp AT delorie DOT com]" Injection-Date: Thu, 11 Jan 2018 17:14:28 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1735 Lines: 2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk OK, I recompiled current DJDEV from CVS: https://sourceforge.net/projects/ffmpeg-x264-dos/files/djdev-2.05-cvs-11-01-2018.zip/download I tested the valloc() function and it seems to work fine. I will keep using this libc with official 2015 build as a backup if some bug would appear...