You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As commented by @mweisgut (I think), we should use consistent naming for everything holding a pointer to mapped memory. This ideally shouldn't be map as map is also used for std::map and could be confused.
A new name could perhaps be mmap (which could also be confused with the mmap() call). So mmap_region ?
The text was updated successfully, but these errors were encountered:
As commented by @mweisgut (I think), we should use consistent naming for everything holding a pointer to mapped memory. This ideally shouldn't be
map
asmap
is also used forstd::map
and could be confused.A new name could perhaps be
mmap
(which could also be confused with themmap()
call). Sommap_region
?The text was updated successfully, but these errors were encountered: