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

  /external/jemalloc/include/jemalloc/
jemalloc_defs.h 21 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
23 #define LG_SIZEOF_PTR 3
25 #define LG_SIZEOF_PTR 2
jemalloc.h 28 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
30 #define LG_SIZEOF_PTR 3
32 #define LG_SIZEOF_PTR 2
79 # if LG_SIZEOF_PTR == 2

Completed in 321 milliseconds