可以看见__malloc_assert调用了__fxprintf和fflush,而这个函数调用后会调用_IO_file_jumps中的sync指针。
__fxprintf
fflush
_IO_file_jumps
sync