|
@@ -39,7 +39,7 @@ void * coalesce(void *ptr, heap_t *heap, allocator_t *allocator) {
|
|
|
current_maptable_node = current_maptable_node->next;
|
|
current_maptable_node = current_maptable_node->next;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
- remove_block(ptr, current_maptable_node->fixed_list_head);
|
|
|
|
|
|
|
+ remove_block(&ptr, ¤t_maptable_node->fixed_list_head);
|
|
|
}
|
|
}
|
|
|
#endif /* WITH_FIXED_LISTS */
|
|
#endif /* WITH_FIXED_LISTS */
|
|
|
|
|
|