HomeSort by relevance Sort by last modified time
    Searched refs:prof_malloc (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
prof.h 272 void prof_malloc(const void *ptr, size_t usize, prof_thr_cnt_t *cnt);
387 prof_malloc(const void *ptr, size_t usize, prof_thr_cnt_t *cnt) function
400 * PROF_ALLOC_PREP() and prof_malloc().
private_namespace.h 303 #define prof_malloc JEMALLOC_N(prof_malloc) macro
private_unnamespace.h 303 #undef prof_malloc macro
  /external/jemalloc/src/
jemalloc.c 901 prof_malloc(p, usize, cnt);
981 prof_malloc(p, usize, cnt);
1106 prof_malloc(p, usize, cnt);
    [all...]

Completed in 39 milliseconds