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

  /external/jemalloc/src/
prof.c 388 return (&ctx_locks[(nctxs - 1) % PROF_NCTX_LOCKS]);
1383 ctx_locks = (malloc_mutex_t *)base_alloc(PROF_NCTX_LOCKS *
1387 for (i = 0; i < PROF_NCTX_LOCKS; i++) {
1415 for (i = 0; i < PROF_NCTX_LOCKS; i++)
1427 for (i = 0; i < PROF_NCTX_LOCKS; i++)
1441 for (i = 0; i < PROF_NCTX_LOCKS; i++)
  /external/jemalloc/include/jemalloc/internal/
prof.h 42 #define PROF_NCTX_LOCKS 1024

Completed in 177 milliseconds