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

/external/jemalloc/src/
H A Dprof.c539 return (&gctx_locks[(ngctxs - 1) % PROF_NCTX_LOCKS]);
2247 PROF_NCTX_LOCKS * sizeof(malloc_mutex_t));
2250 for (i = 0; i < PROF_NCTX_LOCKS; i++) {
2292 for (i = 0; i < PROF_NCTX_LOCKS; i++)
2323 for (i = 0; i < PROF_NCTX_LOCKS; i++)
2345 for (i = 0; i < PROF_NCTX_LOCKS; i++)
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h39 #define PROF_NCTX_LOCKS 1024 macro

Completed in 48 milliseconds