Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h26 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/f-stack/freebsd/sys/
H A Dcdefs.h628 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro