memory management talk + patches for femalloc+xtbench
 help / color / mirror / Atom feed
* xtmalloc - cross-thread malloc implementation
@ 2014-07-30  7:16 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2014-07-30  7:16 UTC (permalink / raw)
  To: xtmalloc-public

xtmalloc is malloc implementation designed for applications which
communicate and share allocations across different threads.  It is not
intended to be the fastest allocator in synthetic benchmarks.

xtmalloc is based on a version (aka dlmalloc 2.8.6) of malloc/free/realloc
written by Doug Lea and released to the public domain, as explained at
http://creativecommons.org/publicdomain/zero/1.0/
The original version of dlmalloc is available at
ftp://gee.cs.oswego.edu/pub/misc/

xtmalloc chooses the LGPL to allow static linking with Userspace RCU
library <http://urcu.so/>.  Non-URCU-related improvements are
encouraged to be placed in the public domain so they may be used
in future version of dlmalloc by Doug Lea.

git clone git://80x24.org/xtmalloc

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-30  7:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30  7:16 xtmalloc - cross-thread malloc implementation Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox