* malloc/malloc.c (_int_free): Second argument is now mchunkptr.
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Feb 2009 22:01:49 +0000 (22:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Feb 2009 22:01:49 +0000 (22:01 +0000)
commit78ac92ad8d6c97c57d09bef01608622706b24f65
treee012386e36d8768df6812074fb62b2450aebe6bc
parent7dddb4bd1e22d8aa3cb2af9f5116ceec394d2d44
* malloc/malloc.c (_int_free): Second argument is now mchunkptr.

Change all callers.
(_int_realloc): Likewise.
All _int_* functions are now static.
* malloc/hooks.c: Change all callers to _int_free and _int_realloc.
* malloc/arena.c: Likewise.
* include/malloc.h: Remove now unnecessary declarations of the _int_*
functions.
ChangeLog
include/malloc.h
malloc/arena.c
malloc/hooks.c
malloc/malloc.c