wMellon
Results
2
issues of
wMellon
When the height of MBBarProgressView is 100.0, the left side of MBBarProgressView doesn't animate. So I try to modify it. For better understanding to me, I also change some code.
I try to hook malloc_zone_malloc, but I get crash.Why? void *my_malloc_zone_malloc(malloc_zone_t *zone, size_t size){ printf("Calling real malloc( %zu)\n", size); return malloc_zone_malloc(zone, size); } void my_malloc_zone_free(malloc_zone_t *zone, void *ptr){ printf("Calling real...