Searched defs:LG_SIZEOF_PTR (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/
H A Djemalloc_defs.h21 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
23 #define LG_SIZEOF_PTR 3 macro
25 #define LG_SIZEOF_PTR 2 macro
H A Djemalloc.h26 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
28 #define LG_SIZEOF_PTR 3 macro
30 #define LG_SIZEOF_PTR 2 macro
73 # if LG_SIZEOF_PTR == 2

Completed in 43 milliseconds