Jason Evans
|
655f04a5a4
|
Fix style nits.
|
2011-02-13 18:44:59 -08:00 |
|
Jason Evans
|
a09f55c87d
|
Wrap strerror_r().
Create the buferror() function, which wraps strerror_r(). This is
necessary because glibc provides a non-standard strerror_r().
|
2010-09-20 16:05:41 -07:00 |
|
Jason Evans
|
2dbecf1f62
|
Port to Mac OS X.
Add Mac OS X support, based in large part on the OS X support in
Mozilla's version of jemalloc.
|
2010-09-11 18:20:16 -07:00 |
|
Jordan DeLong
|
2206e1acc1
|
Add MAP_NORESERVE support.
Add MAP_NORESERVE to the chunk_mmap() case being used by
chunk_swap_enable(), if the system supports it.
|
2010-05-11 11:46:53 -07:00 |
|
Jason Evans
|
698805c525
|
Simplify malloc_message().
Rather than passing four strings to malloc_message(), malloc_write4(),
and all the functions that use them, only pass one string.
|
2010-03-03 17:45:38 -08:00 |
|
Jason Evans
|
376b1529a3
|
Restructure source tree.
|
2010-02-11 14:45:59 -08:00 |
|