Searched refs:PROF_NCTX_LOCKS (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/src/
H A Dprof.c388 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/
H A Dprof.h42 #define PROF_NCTX_LOCKS 1024 macro

Completed in 305 milliseconds