memtt / numaprof

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

Remove an unnecessary null pointer check #23

Open elfring opened 5 years ago

elfring commented 5 years ago

An extra null pointer check is not needed in the destructor for the class “PageTableLevel”.

svalat commented 5 years ago

Thanks for notice I will fix soon.