Re: Virtual memory allocator recommendations?
- From: cri@xxxxxxxx (Richard Harter)
- Date: Fri, 10 Oct 2008 03:48:35 GMT
On Fri, 10 Oct 2008 00:35:17 +0100, David Given <dg@xxxxxxxxxxx>
wrote:
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?
As others have said, you need to look at groups specific to your
platform. There is no way to portably write a storage allocator
in standard C only - to get chunks of memory you have to have
access to the OS memory management facilities.
Richard Harter, cri@xxxxxxxx
http://home.tiac.net/~cri, http://www.varinoma.com
Save the Earth now!!
It's the only planet with chocolate.
.
- Follow-Ups:
- Re: Virtual memory allocator recommendations?
- From: David Given
- Re: Virtual memory allocator recommendations?
- References:
- Virtual memory allocator recommendations?
- From: David Given
- Re: Virtual memory allocator recommendations?
- From: Richard Harter
- Re: Virtual memory allocator recommendations?
- From: David Given
- Virtual memory allocator recommendations?
- Prev by Date: Re: atoi return
- Next by Date: Re: atoi return
- Previous by thread: Re: Virtual memory allocator recommendations?
- Next by thread: Re: Virtual memory allocator recommendations?
- Index(es):
Relevant Pages
|