Skip to content

Commit

Permalink
remove "__urdlllocal" in msan_ddi
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Jan 14, 2025
1 parent d9f941a commit 5eaac97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/loader/layers/sanitizer/msan/msan_ddi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ur_result_t urUSMDeviceAlloc(

///////////////////////////////////////////////////////////////////////////////
/// @brief Intercept function for urUSMHostAlloc
__urdlllocal ur_result_t UR_APICALL urUSMHostAlloc(
ur_result_t UR_APICALL urUSMHostAlloc(
ur_context_handle_t hContext, ///< [in] handle of the context object
const ur_usm_desc_t
*pUSMDesc, ///< [in][optional] USM memory allocation descriptor
Expand All @@ -123,7 +123,7 @@ __urdlllocal ur_result_t UR_APICALL urUSMHostAlloc(

///////////////////////////////////////////////////////////////////////////////
/// @brief Intercept function for urUSMSharedAlloc
__urdlllocal ur_result_t UR_APICALL urUSMSharedAlloc(
ur_result_t UR_APICALL urUSMSharedAlloc(
ur_context_handle_t hContext, ///< [in] handle of the context object
ur_device_handle_t hDevice, ///< [in] handle of the device object
const ur_usm_desc_t *
Expand All @@ -142,7 +142,7 @@ __urdlllocal ur_result_t UR_APICALL urUSMSharedAlloc(

///////////////////////////////////////////////////////////////////////////////
/// @brief Intercept function for urUSMFree
__urdlllocal ur_result_t UR_APICALL urUSMFree(
ur_result_t UR_APICALL urUSMFree(
ur_context_handle_t hContext, ///< [in] handle of the context object
void *pMem ///< [in] pointer to USM memory object
) {
Expand Down

0 comments on commit 5eaac97

Please sign in to comment.