Re: Virtual memory allocator recommendations?



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
.



Relevant Pages

  • Re: page sizes
    ... The documentation of malloc() on one of the ... Larger blocks allocate fastest if they are ... overhead by always putting chunks on cacheline boundaries (and wasting ...
    (comp.programming)
  • Re: Can Anyone Explain This Memory Leak?
    ... Some `malloc' implementations use mmapto allocate ... allocate many chunks of a certain size, free them, and then allocate many ... requests (as bunches of somewhat-too-small chunks are on the free lists) ...
    (comp.lang.ruby)
  • Re: Virtual memory allocator recommendations?
    ... 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. ... access to the OS memory management facilities. ...
    (comp.lang.c)
  • Re: Virtual memory allocator recommendations?
    ... The source code and documentation are at ... but being built on top of malloc it doesn't actually allocate ...
    (comp.lang.c)
  • Re: xmalloc string functions
    ... Failed malloc() is. ... Why can't you test an allocation failure? ... each can fail on request, each needs to have the request failure dealt ... process Save click because it failed to allocate memory for the event ...
    (comp.lang.c)