NetBSD/lib/libc/db/mpool
christos cb9daf8f10 cleanup:
- remove __P
	- remove unneeded casts
	- add _DIAGASSERT
	- add more diagnostics for integer overflow
	- fix size_t/int confusion
	- make debugging and statistics code compile
2007-02-03 23:46:09 +00:00
..
Makefile.inc
README
mpool.c
mpool.libtp

README

#	$NetBSD: README,v 1.2 1995/02/27 13:24:00 cgd Exp $
#	@(#)README	8.1 (Berkeley) 6/4/93

These are the current memory pool routines.
They aren't ready for prime time, yet, and
the interface is expected to change.

--keith