This is an archive of the discontinued LLVM Phabricator instance.

[lsan] Introduce __lsan_(un)register_root_region().
ClosedPublic

Authored by earthdok on Dec 16 2013, 10:50 AM.

Details

Reviewers
samsonov
Summary

Add an interface to handle code which stores pointers in mapped memory.

Diff Detail

Event Timeline

samsonov accepted this revision.Dec 16 2013, 11:45 PM

LGTM (with minor nits).

lib/lsan/lsan_common.cc
17

nit: keep headers sorted

99

nit: s/Region/RootRegion

108

nit: s/placeholder_/placeholder

272

nit: combine declaration with initialization

627

Update the comment for global_mutex declaration

earthdok closed this revision.Dec 5 2014, 9:38 AM