mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
design: memory: fix missing markup on map/unmap
This commit is contained in:
parent
b3b501e183
commit
7b457867d1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue