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(const void *ptr, size_t usize,
340 void prof_malloc_sample_object(const void *ptr, size_t usize,
490 prof_malloc_sample_object(ptr, usize, tctx);
523 prof_malloc_sample_object(ptr, usize, tctx);
private_namespace.h 409 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
private_unnamespace.h 409 #undef prof_malloc_sample_object macro
  /external/jemalloc/src/
prof.c 226 prof_malloc_sample_object(const void *ptr, size_t usize, prof_tctx_t *tctx) function
    [all...]

Completed in 2024 milliseconds