Home
last modified time | relevance | path

Searched defs:ucs_munmap (Results 1 – 2 of 2) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/debug/
H A Dmemtrack.h138 #define ucs_munmap(_a, _l) munmap(_a, _l) macro
H A Dmemtrack.c233 int ucs_munmap(void *addr, size_t length) in ucs_munmap() function