Searched refs:prof_malloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h294 void prof_malloc(const void *ptr, size_t size, prof_thr_cnt_t *cnt);
419 prof_malloc(const void *ptr, size_t size, prof_thr_cnt_t *cnt) function
433 * PROF_ALLOC_PREP() and prof_malloc().
H A Dprivate_namespace.h286 #define prof_malloc JEMALLOC_N(prof_malloc) macro
/freebsd-10-stable/contrib/jemalloc/src/
H A Djemalloc.c905 prof_malloc(ret, usize, cnt);
1004 prof_malloc(result, usize, cnt);
1098 prof_malloc(ret, usize, cnt);
1478 prof_malloc(p, usize, cnt);

Completed in 63 milliseconds