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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sc.h 188 #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP)
197 (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1)
237 + SC_NGROUP * (LG_PAGE + SC_LG_NGROUP - SC_LG_FIRST_REGULAR_BASE) \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sc.h 188 #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP)
197 (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1)
237 + SC_NGROUP * (LG_PAGE + SC_LG_NGROUP - SC_LG_FIRST_REGULAR_BASE) \
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sc.h 189 #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP)
198 (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1)
239 - SC_LG_FIRST_REGULAR_BASE) /* Last SC of the last group hits the bound exactly; exclude it. */ \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sc.h 189 #define SC_LG_FIRST_REGULAR_BASE (LG_QUANTUM + SC_LG_NGROUP)
198 (SC_NGROUP * (SC_LG_BASE_MAX - SC_LG_FIRST_REGULAR_BASE + 1) - 1)
239 - SC_LG_FIRST_REGULAR_BASE) /* Last SC of the last group hits the bound exactly; exclude it. */ \

Completed in 20 milliseconds