Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_macros.h25 #ifndef __DECONST
26 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro