Get page size of memory.data
| 84 | |
| 85 | /// Get page size of memory.data |
| 86 | uint64_t getPageSize() const noexcept { |
| 87 | // The memory page size is bound to the limit in the memory type. |
| 88 | return MemType.getLimit().getMin(); |
| 89 | } |
| 90 | |
| 91 | /// Get memory size of memory.data |
| 92 | uint64_t getSize() const noexcept { |