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
To support using utility libraries like C++ STL and debug symbol libraries, we should redirect some functions used by those libraries to avoid interfering with application execution, including malloc, calloc, realloc, free, etc..
Other routines may also need to be redirected including:
malloc_usable_size, memalign, valloc, mallinfo, mallopt, etc.
Any other routines?
From [email protected] on October 25, 2010 10:48:19
To support using utility libraries like C++ STL and debug symbol libraries, we should redirect some functions used by those libraries to avoid interfering with application execution, including malloc, calloc, realloc, free, etc..
Other routines may also need to be redirected including:
malloc_usable_size, memalign, valloc, mallinfo, mallopt, etc.
Any other routines?
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=356
The text was updated successfully, but these errors were encountered: