Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2007 00:46:16 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 123562 for review
Message-ID:  <200707160046.l6G0kG6K077910@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123562

Change 123562 by fli@fli_nexus on 2007/07/16 00:45:36

	Add an "object allocator", it's used to allocate, common,
	fixed sized structures that requires many allocations.
	When an object is freed they are put on a free list for further
	use, memory is re-claimed when objects haven't been used for
	a certain amount of time. 

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/objalloc.c#1 add
.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/objalloc.h#1 add

Differences ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707160046.l6G0kG6K077910>