folly
folly copied to clipboard
Can I use atomic_shared_ptr on a 5-level paging enabled system?
If 5-level paging is enabled, 16-bit local count will overlap 57-bit address part, which will corrupt memory. Am I right? If so, how does the atomic_shared_ptr class handle this problem?