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

  /external/jemalloc/include/jemalloc/internal/
prof.h 123 * True during prof_alloc_prep()..prof_malloc_sample_object(), prevents
333 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool update);
445 prof_alloc_prep(tsd_t *tsd, size_t usize, bool update) function
491 * Don't sample. The usize passed to PROF_ALLOC_PREP()
private_namespace.h 355 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
private_unnamespace.h 355 #undef prof_alloc_prep macro
  /external/jemalloc/src/
jemalloc.c 1381 tctx = prof_alloc_prep(tsd, usize, true);
    [all...]

Completed in 1563 milliseconds