Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkpost/umem
Portable umem Slab allocator
https://github.com/sparkpost/umem
archive-candidate
Last synced: 3 months ago
JSON representation
Portable umem Slab allocator
- Host: GitHub
- URL: https://github.com/sparkpost/umem
- Owner: SparkPost
- License: other
- Created: 2010-10-02T04:51:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-20T00:16:10.000Z (almost 14 years ago)
- Last Synced: 2024-04-08T09:10:20.536Z (10 months ago)
- Topics: archive-candidate
- Language: C
- Homepage: http://messagesystems.github.com/umem/
- Size: 241 KB
- Stars: 7
- Watchers: 25
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Portable libumem.
================This is a port of Solaris libumem to non-Solaris systems.
The port was made while integrating libumem with our Momentum product,
and since it is a threaded application, 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.Note: Windows does not have build bits in this repo (we use a different system
for our product build), but it should build pretty easily if you assemble
a project file for your Windows compiler.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,
Message Systems, Inc.
wez (at) messagesystems (dot) com