Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh and memory
- X-seq: zsh-workers 9082
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: zsh and memory
- Date: Thu, 16 Dec 1999 11:39:48 +0100 (MET)
- In-reply-to: Sven Wischnowsky's message of Thu, 16 Dec 1999 10:56:07 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I wrote:
> I'm really tempted to allocate heaps using mmap()
> (anonymous) to get them out of the way of the zalloc() allocator. I
> small test showed that with this I only get 39KB of free memory after
> the completion test, which is really not too bad. I don't have a patch
> for that yet, though.
... and now I don't think I'll ever write one: neither Solaris nor
Linux seem to have MAP_ANONYMOUS. Sniff.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author