Slightly cleanup code of preload hooks.
authorMilian Wolff <mail@milianw.de>
Wed, 8 Jun 2016 13:08:16 +0000 (15:08 +0200)
committerMilian Wolff <mail@milianw.de>
Wed, 8 Jun 2016 13:08:16 +0000 (15:08 +0200)
commit10d1d69557f885c59cc9eea04a0f26f21152314a
treea5e423b1cee6657c9171a7bd6164f20b9cebb1e8
parent15059853951eb197fa35f86fac572e9c655df59e
Slightly cleanup code of preload hooks.

We instantiate directly with the decltype of a function
pointer now, so thereis no need to construct the pointer
via a secondary type anymore.
heaptrack_preload.cpp