Subscribe

Yes more allocator references

It’s a huge subject and while I haven’t been full-time looking at this stuff I have done some more research and dug up some more references.

LKmalloc, the basis allocator for the allocator used at MS Internally at MS the LKmalloc library is referred to as ROCKALL, not part of the std C library distributed with visual studio. I haven’t used vc8 so that may have changed.

PTMalloc3 A DLmalloc based allocator that aims at reducing lock contention. Used in glibc.

JEMalloc A concurrent allocator used in FreeBSD.

Okay.. now honestly I’m done posting anything about heap allocators!

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Technorati
  • Reddit
  • Digg
  • del.icio.us
  • StumbleUpon
  • DZone
  • ThisNext

Related posts:

2 Responses to “Yes more allocator references”

  1. on 10 Jan 2008 at 8:10 am tsoueid

    Hello,

    Having read the source code of ptmalloc2, ptmalloc3 and latest glibc, it seems that glibc malloc is still based on ptmalloc2.

    Thanks

  2. on 10 Jan 2008 at 9:10 pm proj

    Thank you for the clarification.

Trackback URI | Comments RSS

Leave a Reply