Re: Virtual memory allocator recommendations?
- From: David Given <dg@xxxxxxxxxxx>
- Date: Fri, 10 Oct 2008 00:35:17 +0100
Richard Harter wrote:
[...]
You might be interested in the getspace allocator that I wrote.
The source code and documentation are at
http://home.tiac.net/~cri_a/source_code/getspace/
Thanks, but being built on top of malloc it doesn't actually allocate
its own chunks, so it doesn't seem to be suitable for what I want, alas.
Any suggestions for other places to look? comp.lang.programming?
--
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│ "...it's not that well-designed GUI's are rare, it's just that the
│ three-armed users GUI's are designed for are rare." --- Mike Uhl on
│ a.f.c
.
- Follow-Ups:
- Re: Virtual memory allocator recommendations?
- From: Richard Harter
- Re: Virtual memory allocator recommendations?
- From: Keith Thompson
- Re: Virtual memory allocator recommendations?
- From: Ian Collins
- Re: Virtual memory allocator recommendations?
- References:
- Virtual memory allocator recommendations?
- From: David Given
- Re: Virtual memory allocator recommendations?
- From: Richard Harter
- Virtual memory allocator recommendations?
- Prev by Date: Re: Returning a struct from a function - strange behavior
- Next by Date: Re: Returning a struct from a function - strange behavior
- Previous by thread: Re: Virtual memory allocator recommendations?
- Next by thread: Re: Virtual memory allocator recommendations?
- Index(es):
Relevant Pages
|