From 96cf3a68697483f9e0b6c65fd708e3bf86563c45 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 17 Oct 2024 10:50:53 +0200 Subject: [PATCH] Update docs/how-to/hip_runtime_api/memory_management/host_memory.rst Co-authored-by: srawat <120587655+SwRaw@users.noreply.github.com> --- docs/how-to/hip_runtime_api/memory_management/host_memory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/hip_runtime_api/memory_management/host_memory.rst b/docs/how-to/hip_runtime_api/memory_management/host_memory.rst index b3def64d10..97dcca0946 100644 --- a/docs/how-to/hip_runtime_api/memory_management/host_memory.rst +++ b/docs/how-to/hip_runtime_api/memory_management/host_memory.rst @@ -44,7 +44,7 @@ into the swap partition of the hard drive. Pageable memory is usually allocated with a call to ``malloc`` or ``new`` in a C++ application. -**Example:** Using pageable host memory in HIP: +**Example:** Using pageable host memory in HIP .. code-block:: cpp