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
xref issue #822 and issue #823 another extension from the original discussion was DrMalloc: malloc/free interception. this would be alloc.c and perhaps also heap.c. would depend on DrSyscall but otherwise is already fairly well-contained.
as we decided, DrSyscall does not indicate which syscall map memory, so
DrMalloc should do that. this is not trivial, as some unusual syscalls map
memory: (e.g., NtMapCMFModule and NtGdiCreateDIBSection).
From [email protected] on March 09, 2012 09:43:47
xref issue #822 and issue #823 another extension from the original discussion was DrMalloc: malloc/free interception. this would be alloc.c and perhaps also heap.c. would depend on DrSyscall but otherwise is already fairly well-contained.
Original issue: http://code.google.com/p/drmemory/issues/detail?id=824
The text was updated successfully, but these errors were encountered: