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

  /src/external/bsd/jemalloc.old/dist/src/
prof_recent.c 86 * on prof_recent_alloc_mtx and is done in prof_recent_alloc (when
279 prof_recent_alloc(tsd_t *tsd, edata_t *edata, size_t size, size_t usize) { function
587 if (malloc_mutex_init(&prof_recent_alloc_mtx, "prof_recent_alloc",
  /src/external/bsd/jemalloc/dist/src/
prof_recent.c 86 * on prof_recent_alloc_mtx and is done in prof_recent_alloc (when
279 prof_recent_alloc(tsd_t *tsd, edata_t *edata, size_t size, size_t usize) { function
590 if (malloc_mutex_init(&prof_recent_alloc_mtx, "prof_recent_alloc",

Completed in 17 milliseconds