Changeset 24 for trunk/malloc.c
- Timestamp:
- 09/03/06 12:48:23 (7 years ago)
- Files:
-
- trunk (modified) (1 prop)
- trunk/malloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk
- Property svn:ignore changed from
*.lo
*.la
.deps
.libs
*.loT
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
libtool
stamp-h
stamp-h.in
stamp-h1
umem_test
umem_test2
Doxyfile
umem.spec
*.tar.gz
*.tar.bz2
to
*.lo
*.la
.deps
.libs
*.loT
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.log
config.status
configure
libtool
stamp-h
stamp-h.in
stamp-h1
umem_test
umem_test2
umem_test3
Doxyfile
umem.spec
*.tar.gz
*.tar.bz2
- Property svn:ignore changed from
trunk/malloc.c
r2 r24 415 415 return (buf); 416 416 } 417 418 void __attribute__((constructor)) 419 __malloc_umem_init (void) 420 { 421 umem_startup(NULL, 0, 0, NULL, NULL); 422 }
