memtt / numaprof

NUMAPROF is a NUMA memory profliler based on Pintool to track your remote memory accesses.
https://memtt.github.io/numaprof
Other
45 stars 7 forks source link

Improve exception safety with smart pointers #24

Open elfring opened 5 years ago

elfring commented 5 years ago

Would you like to wrap any pointer data members with the class template “std::unique_ptr”?

svalat commented 5 years ago

True I can make it.