HomeSort by: relevance | last modified time | path
    Searched defs:LG_SIZEOF_PTR (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_defs.h 47 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
49 #define LG_SIZEOF_PTR 3
51 #define LG_SIZEOF_PTR 2
jemalloc.h 52 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
54 #define LG_SIZEOF_PTR 3
56 #define LG_SIZEOF_PTR 2
128 #if LG_SIZEOF_PTR == 2
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_defs.h 54 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
56 #define LG_SIZEOF_PTR 3
58 #define LG_SIZEOF_PTR 2
jemalloc.h 61 /* sizeof(void *) == 2^LG_SIZEOF_PTR. */
63 #define LG_SIZEOF_PTR 3
65 #define LG_SIZEOF_PTR 2
140 #if LG_SIZEOF_PTR == 2

Completed in 26 milliseconds