Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h133 #define SIZEOF_PTR (1U << LG_SIZEOF_PTR) macro
134 #define PTR_MASK (SIZEOF_PTR - 1)
/external/python/cpython2/Lib/plat-sunos5/
DIN.py899 def SIZEOF_PTR(umodel): return \ function
905 def SIZEOF_PTR(umodel): return sizeof (caddr_t) function
DSTROPTS.py902 def SIZEOF_PTR(umodel): return \ function
908 def SIZEOF_PTR(umodel): return sizeof (caddr_t) function