Home
last modified time | relevance | path

Searched refs:__DECONST (Results 1 – 2 of 2) 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
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_macros.h51 #ifndef __DECONST
52 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro