You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
malloc_usable_size: Add implementation of the function
malloc_usable_size returns the size of the allocated chunk. We must provide
our own implementation as the size we allocated differs from what libc would
allocate.
0 commit comments