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

  /src/external/bsd/jemalloc.old/dist/src/
prof_recent.c 12 static atomic_zd_t prof_recent_alloc_max; variable
20 atomic_store_zd(&prof_recent_alloc_max, opt_prof_recent_alloc_max,
26 return atomic_load_zd(&prof_recent_alloc_max, ATOMIC_RELAXED);
39 atomic_store_zd(&prof_recent_alloc_max, max, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc/dist/src/
prof_recent.c 12 static atomic_zd_t prof_recent_alloc_max; variable
21 &prof_recent_alloc_max, opt_prof_recent_alloc_max, ATOMIC_RELAXED);
26 return atomic_load_zd(&prof_recent_alloc_max, ATOMIC_RELAXED);
39 atomic_store_zd(&prof_recent_alloc_max, max, ATOMIC_RELAXED);

Completed in 14 milliseconds