Skip to content

Commit

Permalink
UCS/GTEST: Commit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Kochin <iv.kochin@gmail.com>
  • Loading branch information
iyastreb and ivankochin authored May 30, 2024
1 parent 6070dd4 commit 3e7094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucs/memory/rcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ ucs_rcache_check_overlap_one(ucs_rcache_t *rcache, ucs_pgt_addr_t *start,
}

/* Lock must be held */
static ucs_status_t UCS_F_NO_SANITIZE_ADDRESS
static ucs_status_t
ucs_rcache_check_overlap(ucs_rcache_t *rcache, void *arg, ucs_pgt_addr_t *start,
ucs_pgt_addr_t *end, size_t *alignment, int *prot,
int *merged, ucs_rcache_region_t **region_p)
Expand Down

0 comments on commit 3e7094e

Please sign in to comment.