1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Give credit to the authors (also to help destingish this from other

malloc libs ports we have).
This commit is contained in:
David E. O'Brien 2000-09-01 23:30:25 +00:00
parent f793247c33
commit 4b5f934357
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32187

View File

@ -1,5 +1,6 @@
This is a complete set of memory allocation functions (malloc and
friends).
friends) from the Computer Systems Research Institute at U of Toronto.
The allocator is small, fast and space-efficient.
It performs coalescing on frees.