Commit Graph

6 Commits

Author SHA1 Message Date
Gunnar Ritter
412a50455a use MAP_ANONYMOUS if MAP_ANON is not defined 2005-02-20 15:46:11 +00:00
Gunnar Ritter
e3eecf0edf /dev/zero allocation fixed, increase pool size in smaller units 2005-02-18 16:44:40 +00:00
Gunnar Ritter
c9c2aae114 * A new version of mapmalloc.c that is derived from Unix 7th Edition code
has been introduced.
2005-02-18 02:24:28 +00:00
Gunnar Ritter
25b4451ffd new variant in preparation 2005-02-18 02:20:18 +00:00
Gunnar Ritter
ebbbfc8bd2 * Fixed an error in the realloc() function in mapmalloc.c that sometimes
caused memory to be overwritten because memcpy(new, old, size) was called
  with the size of 'new' if 'new' was larger than 'old'.
2005-02-17 20:38:02 +00:00
Gunnar Ritter
92e4e9fdf7 Initial revision 2004-12-04 13:17:05 +00:00