./wip/libslab, Slab memory allocator in application layer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.30.0nb1, Package name: libslab-2.30.0nb1, Maintainer: kamel.derouiche

Since SUNOS has presented slab allocation theroy, many OSs have changed their
own memory allocator into slab. But it requires kernel-layer interfaces such as
page supply etc. So this library improves slab's algorithm and brings the
interfaces of slab into application layer.


Required to run:
[sysutils/gnome-menus] [devel/GConf] [devel/glib2] [x11/gnome-desktop] [x11/gtk2] [graphics/librsvg-c]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 5d4748a0d46fd1159045c6f6cafce93863ca3182
Filesize: 425.18 KB

Version history: (Expand)


CVS history: (Expand)


   2014-12-24 06:08:48 by OBATA Akio | Files touched by this commit (2)
Log message:
Fixes installation of NLS files.
   2014-12-24 06:07:51 by OBATA Akio | Files touched by this commit (1)
Log message:
depend on GConf.
   2014-12-24 06:03:43 by OBATA Akio | Files touched by this commit (1)
Log message:
Not having GConf schema, using GConf itself.
   2012-11-23 23:33:26 by othyro | Files touched by this commit (50)
Log message:
Mostly whitespace and blank line fixing. Some files also got minor
formatting corrections as well as other corrections.
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-05-03 16:57:45 by Kamel Derouiche | Files touched by this commit (5) | Imported package
Log message:
Import libslab-2.30.0 as wip/libslab.

Since SUNOS has presented slab allocation theroy, many OSs have changed 
their own memory allocator into slab. But it requires kernel-layer 
interfaces such as page supply etc. So this library improves slab's 
algorithm and brings the interfaces of slab into application layer: