Showing changes from revision #2 to #3:
Added | Removed | Changed
Entry | |
---|---|
R0 | |
-1 to return size | |
R1 | New size of next slot (pages), or |
-1 to return size |
Exit | |
---|---|
R0 | Size of current slot (pages) |
R1 | Size of next slot (pages) |
R2 | Size of free pool (pages) |
This call implements the same behaviour as Wimp_SlotSize when called with R0 and R1 set to -1. However, the return values are in units of pages instead of bytes. This allows accurate values to be returned on systems with over 2GB of RAM.
The page size can be read via OS_ReadMemMapInfo.
This call was introduced in Wimp 5.67.