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

  /src/external/bsd/jemalloc.old/dist/src/
prof_recent.c 10 ssize_t opt_prof_recent_alloc_max = PROF_RECENT_ALLOC_MAX_DEFAULT; variable
20 atomic_store_zd(&prof_recent_alloc_max, opt_prof_recent_alloc_max,
  /src/external/bsd/jemalloc/dist/src/
prof_recent.c 10 ssize_t opt_prof_recent_alloc_max = PROF_RECENT_ALLOC_MAX_DEFAULT; variable
21 &prof_recent_alloc_max, opt_prof_recent_alloc_max, ATOMIC_RELAXED);

Completed in 14 milliseconds