This patch adds implementations for LSan & ASan of new
UnIgnoreObjectLocked functions. These functions perform the inverse
of the existing IgnoreObjectLocked functions.
These new functions will be used in a later patch to temporarily ignore
a heap object and then unignore it.
rdar://problem/63537240
maybe we need __lsan_unignore_object for consistency and a test