Skip to content

Replace deprecated malloc_hook

Adrian Johnson requested to merge ajohnson/cairo:malloc-hook into master

This replaces the use of the deprecated __malloc_hook with dlsym based on the example in https://www.slideshare.net/tetsu.koba/tips-of-malloc-free slides 30-33.

Merge request reports