Remove redundant casts in GC_generic_or_special_malloc and similar
authorIvan Maidanski <ivmai@mail.ru>
Mon, 17 Feb 2014 20:50:14 +0000 (00:50 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 20 Feb 2014 21:15:08 +0000 (01:15 +0400)
commit34ce04c1c0ccf3b313b2449e58cd790cc75b3b29
tree9439803a986da3670cc303efcf85ebe6aa7e16f3
parent14c09aef1ce4ac4e627f8d62e1c82e475844ded9
Remove redundant casts in GC_generic_or_special_malloc and similar
(refactoring)

* mallocx.c (GC_generic_or_special_malloc,
GC_generic_malloc_ignore_off_page): Remove redundant casts for
"lb" argument; remove redundant parentheses.
* fnlz_mlc.c (GC_finalized_malloc): Likewise.
* malloc.c (GC_generic_malloc, GC_malloc_uncollectable): Likewise.
* malloc.c (GC_malloc_uncollectable): Remove redundant cast of
returned value.
* mallocx.c (GC_malloc_ignore_off_page,
GC_malloc_atomic_ignore_off_page): Likewise.
fnlz_mlc.c
malloc.c
mallocx.c