Home
last modified time | relevance | path

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

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