Deutsch   English   Français   Italiano  
<vf6ndm$14l9a$5@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.arch
Subject: Re: portable malloc
Date: Mon, 21 Oct 2024 23:17:10 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 7
Message-ID: <vf6ndm$14l9a$5@dont-email.me>
References: <2024Oct6.150415@mips.complang.tuwien.ac.at>
	<memo.20241006163428.19028W@jgd.cix.co.uk>
	<2024Oct7.093314@mips.complang.tuwien.ac.at>
	<7c8e5c75ce0f1e7c95ec3ae4bdbc9249@www.novabbs.org>
	<2024Oct8.092821@mips.complang.tuwien.ac.at> <ve5ek3$2jamt$1@dont-email.me>
	<be506ccef76d682d13205c69c761a086@www.novabbs.org>
	<ve6oiq$2pag3$1@dont-email.me> <ve6tv7$2q6d5$1@dont-email.me>
	<86y12uy8ku.fsf@linuxsc.com> <jwv34kx5afd.fsf-monnier+comp.arch@gnu.org>
	<venpin$241bk$2@dont-email.me> <veu2uv$3cluq$1@dont-email.me>
	<veudt1$3ep62$1@dont-email.me> <vf3qgi$ijah$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 22 Oct 2024 01:17:10 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="4ecbf1a753fc1bc9f1fe578e1ac58604";
	logging-data="1201450"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18RWgJ0eGJ/vSpuepFh47tS"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:NlFuSEFxRkzM9MielZ16lpyo0iE=
Bytes: 1717

On Sun, 20 Oct 2024 21:51:30 +0100, Vir Campestris wrote:

> Because some implementations will require
> communication with the OS there cannot be a truly portable malloc.

There can if you have a portable OS API. The only serious candidate for 
that is POSIX.