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
It is entirely platform dependent which address-ranges are mapped to which page-sizes.
Further the pagesize is not system-wide. You can allocate memory from different page-size
regions according to the use case. And you can even have platforms without any virtual
memory management.
So, code handling this topic must be platform specific.
Describe the feature
Is there any way to add a function to
os
module to return the systems memory page size?Use Case
Useful for low level programming
Proposed Solution
Other Information
No response
Acknowledgements
Version used
V 0.4.2 5b1b2cc
Environment details (OS name and version, etc.)
V full version: V 0.4.2 5b1b2cc
OS: macos, macOS, 14.1, 23B73
Processor: 8 cpus, 64bit, little endian, Apple M1 Pro
Git version: git version 2.39.2
Git vroot status: 4.1.18-37-ga4b4b909 (53627 commit(s) behind V master)
.git/config present: false
CC version: Apple clang version 15.0.0 (clang-1500.0.40.1)
thirdparty/tcc: N/A
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
The text was updated successfully, but these errors were encountered: