This is the user space slab memory allocator, umem, first available in Solaris 9 (SunOS 5.4) now the default allocator on Solaris and Illumos. This implementation has been ported to other popular operating systems, such as Linux, Windows and BSDish systems (including Darwin/OSX) by OmniTI (portableumem) and includes changes made by Joyent as part of their ongoing work to improve SmartOS.
Go to file
2006-03-11 17:15:25 +00:00
sys Initial revision 2006-03-10 02:45:59 +00:00
AUTHORS Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
autogen.sh Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
ChangeLog Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
configure.ac Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
COPYING Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
COPYRIGHT Initial revision 2006-03-10 02:45:59 +00:00
envvar.c Initial revision 2006-03-10 02:45:59 +00:00
getpcstack.c Initial revision 2006-03-10 02:45:59 +00:00
i386_subr_sol.s Initial revision 2006-03-10 02:45:59 +00:00
init_lib.c Initial revision 2006-03-10 02:45:59 +00:00
init_stand.c Initial revision 2006-03-10 02:45:59 +00:00
linktest_stand.c Initial revision 2006-03-10 02:45:59 +00:00
Makefile.am Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
malloc.c Initial revision 2006-03-10 02:45:59 +00:00
misc.c Initial revision 2006-03-10 02:45:59 +00:00
misc.h Initial revision 2006-03-10 02:45:59 +00:00
NEWS Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
OPENSOLARIS.LICENSE Initial revision 2006-03-10 02:45:59 +00:00
README Initial revision 2006-03-10 02:45:59 +00:00
README-alpha Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
sol_compat.h Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
sparc_subr_sol.s Initial revision 2006-03-10 02:45:59 +00:00
stand_mapfile Initial revision 2006-03-10 02:45:59 +00:00
stub_stand.c Initial revision 2006-03-10 02:45:59 +00:00
TODO Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
umem.c Initial revision 2006-03-10 02:45:59 +00:00
umem.h Initial revision 2006-03-10 02:45:59 +00:00
umem_agent_support.c Initial revision 2006-03-10 02:45:59 +00:00
umem_base.h Initial revision 2006-03-10 02:45:59 +00:00
umem_fail.c Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
umem_fork.c Initial revision 2006-03-10 02:45:59 +00:00
umem_impl.h Initial revision 2006-03-10 02:45:59 +00:00
umem_update_thread.c Initial revision 2006-03-10 02:45:59 +00:00
vmem.c Initial revision 2006-03-10 02:45:59 +00:00
vmem_base.c Initial revision 2006-03-10 02:45:59 +00:00
vmem_base.h Initial revision 2006-03-10 02:45:59 +00:00
vmem_mmap.c Build a basic shared library on Linux; may not work! 2006-03-11 17:15:25 +00:00
vmem_sbrk.c Initial revision 2006-03-10 02:45:59 +00:00
vmem_stand.c Initial revision 2006-03-10 02:45:59 +00:00
vmem_stand.h Initial revision 2006-03-10 02:45:59 +00:00

Portable libumem.
================

This is a port of Solaris libumem to non-Solaris systems.

The port was made while integrating libumem with our Ecelerity MTA product, so
your initial experience will not be 100% out-of-the-box, because there is no
standalone configure script for the library at this time. (patches welcome!)

In addition, since our deployment is threaded, we force the library into
threaded mode.

While the library is itself stable (it's the memory allocator used by the
Solaris OS), the port may have a few rough edges.  We're shipping umem with
Linux and Windows versions of our product as we have found it to be stable.

We will continue to update this project as and when we make improvements, and
welcome third-party patches that improve the usability for everyone.

 
Wez Furlong,
OmniTI, Inc.