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

  /external/jemalloc/include/jemalloc/internal/
prof.h 124 * True during prof_alloc_prep()..prof_malloc_sample_object(), prevents
284 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize,
491 prof_malloc_sample_object(tsdn, ptr, usize, tctx);
525 prof_malloc_sample_object(tsd_tsdn(tsd), ptr, usize, tctx);
private_namespace.h 446 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
    [all...]
private_unnamespace.h 446 #undef prof_malloc_sample_object macro
  /external/jemalloc/src/
prof.c 226 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, function
    [all...]

Completed in 46 milliseconds