mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-07 08:39:24 +02:00
virtmemRemoveReservation: add forgotten mutex note to docs
This commit is contained in:
parent
22a3efcbe1
commit
091f88915d
@ -72,5 +72,6 @@ VirtmemReservation* virtmemAddReservation(void* mem, size_t size);
|
|||||||
/**
|
/**
|
||||||
* @brief Releases a memory address space reservation.
|
* @brief Releases a memory address space reservation.
|
||||||
* @param rv Reservation to release.
|
* @param rv Reservation to release.
|
||||||
|
* @note The virtual memory manager mutex must be held before calling this function (see \ref virtmemLock and \ref virtmemUnlock).
|
||||||
*/
|
*/
|
||||||
void virtmemRemoveReservation(VirtmemReservation* rv);
|
void virtmemRemoveReservation(VirtmemReservation* rv);
|
||||||
|
Loading…
Reference in New Issue
Block a user