millert
e924435af1
Move calloc() into malloc.c and only zero out the area if malloc()
didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf) |
25 years ago | |
---|---|---|
src | Move calloc() into malloc.c and only zero out the area if malloc() | 25 years ago |