* malloc.cc: Update to version 2.8.3.
* cygmalloc.h (MSPACE): Remove unneeded definition.
This commit is contained in:
parent
3f8edcbdb1
commit
3ab689126c
|
@ -1,3 +1,8 @@
|
||||||
|
2005-12-10 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* malloc.cc: Update to version 2.8.3.
|
||||||
|
* cygmalloc.h (MSPACE): Remove unneeded definition.
|
||||||
|
|
||||||
2005-12-08 Corinna Vinschen <corinna@vinschen.de>
|
2005-12-08 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or a
|
* fhandler_raw.cc (fhandler_dev_raw::ioctl): Only allow 0, 1 or a
|
||||||
|
|
|
@ -29,7 +29,6 @@ void dlmalloc_stats ();
|
||||||
# define __malloc_unlock() mallock.release ()
|
# define __malloc_unlock() mallock.release ()
|
||||||
extern muto mallock;
|
extern muto mallock;
|
||||||
#endif
|
#endif
|
||||||
#define MSPACES 1
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue