|
@@ -169,7 +169,7 @@ static void malloc_init_state(mstate av)
|
|
malloc anyway, it turns out to be the perfect place to trigger
|
|
malloc anyway, it turns out to be the perfect place to trigger
|
|
initialization code.
|
|
initialization code.
|
|
*/
|
|
*/
|
|
-void __malloc_consolidate(mstate av)
|
|
|
|
|
|
+void attribute_hidden __malloc_consolidate(mstate av)
|
|
{
|
|
{
|
|
mfastbinptr* fb; /* current fastbin being consolidated */
|
|
mfastbinptr* fb; /* current fastbin being consolidated */
|
|
mfastbinptr* maxfb; /* last fastbin (for loop control) */
|
|
mfastbinptr* maxfb; /* last fastbin (for loop control) */
|