bug 416261. updating jemalloc to latest version. r=me

This commit is contained in:
pavlov@pavlov.net 2008-02-08 21:46:59 -08:00
parent d0bd4bdfd3
commit d231ec2a49
2 changed files with 1370 additions and 1495 deletions

View File

@ -12,10 +12,10 @@ diff -re crt/src/crt0.c crt-sp1/src/crt0.c
*/
_init_pointers(); /* initialize global function pointers */
if ( malloc_init() ) /* initialize heap */
if ( malloc_init_hard() ) /* initialize heap */
.
101a
extern BOOL malloc_init(void);
extern BOOL malloc_init_hard(void);
.
diff -re crt/src/crt0dat.c crt-sp1/src/crt0dat.c
789d
@ -44,10 +44,10 @@ diff -re crt/src/crtlib.c crt-sp1/src/crtlib.c
*/
_init_pointers(); /* initialize global function pointers */
if ( malloc_init() ) /* initialize heap */
if ( malloc_init_hard() ) /* initialize heap */
.
43a
extern BOOL malloc_init(void);
extern BOOL malloc_init_hard(void);
extern void malloc_shutdown(void);
.

File diff suppressed because it is too large Load Diff