Remove fake_large_remote
Since #441 was merged, pagemap entries are no longer ever set to fake_large_remote.
This commit is contained in:
committed by
David Chisnall
parent
74a2da177f
commit
4ea978b946
@@ -640,8 +640,7 @@ namespace snmalloc
|
||||
return;
|
||||
}
|
||||
|
||||
if (SNMALLOC_LIKELY(
|
||||
entry.get_remote() != SharedStateHandle::fake_large_remote))
|
||||
if (SNMALLOC_LIKELY(entry.get_remote() != nullptr))
|
||||
{
|
||||
# if defined(__CHERI_PURE_CAPABILITY__) && defined(SNMALLOC_CHECK_CLIENT)
|
||||
dealloc_cheri_checks(p_tame.unsafe_ptr());
|
||||
|
||||
Reference in New Issue
Block a user