search for: mallochook

Displaying 1 result from an estimated 1 matches for "mallochook".

Did you mean: malloc_hook
2017 Apr 25
2
Contributing a new sanitizer for pointer casts
...ble shared library which does the dispatching of the checks. It also gets its hooks into various places to load type info as necessary, and to observe various kinds of allocation happening within the process. Again it builds on a pile of my other stuff (liballocs, which builds on trap-syscalls, mallochooks, libdlbind). Currently, my plan in a nutshell is to eliminate the C inline helpers in favour of fully IR-level instrumentation, and also eliminate the compiler wrapper in favour of a gold plugin (and maybe a bit of help in the clang driver). This should result in a contributable diff that adds a...