HomeSort by relevance Sort by last modified time
    Searched refs:__DECONST (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 300 #ifndef __DECONST
301 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
393 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 293 #ifndef __DECONST
294 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
386 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
    [all...]

Completed in 50 milliseconds