Adjust GC_debug_malloc/realloc_replacement macro to match the API function
authorIvan Maidanski <ivmai@mail.ru>
Fri, 23 Aug 2013 18:51:07 +0000 (22:51 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 25 Aug 2013 18:41:51 +0000 (22:41 +0400)
commite6923330aa5ec2a8afad9c0770b00bd08d48f8d7
tree23978bc3877a46e9eb3db62d3bee2fc0eda3b907
parent2cd618803fb4ebb51bf5a9418acbc92dc667fd45
Adjust GC_debug_malloc/realloc_replacement macro to match the API function

* malloc.c (GC_debug_malloc_replacement): Pass NULL (instead of
"unknown") to "s" argument of GC_debug_malloc to match that
replacement definition in dbg_mlc.c.
* mallocx.c (GC_debug_realloc_replacement): Likewise.
malloc.c
mallocx.c