design: memory: fix missing markup on map/unmap
This commit is contained in:
parent
b3b501e183
commit
7b457867d1
@ -126,7 +126,7 @@ management (See [miniobject](design/miniobject.md)).
|
|||||||
|
|
||||||
## Data Access
|
## Data Access
|
||||||
|
|
||||||
Access to the memory region is always controlled with a map and unmap method
|
Access to the memory region is always controlled with a `map()` and `unmap()` method
|
||||||
call. This allows the implementation to monitor the access patterns or set up
|
call. This allows the implementation to monitor the access patterns or set up
|
||||||
the required memory mappings when needed.
|
the required memory mappings when needed.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user