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

  /external/jemalloc/include/jemalloc/internal/
prof.h 268 prof_ctx_t *prof_ctx_get(const void *ptr);
299 prof_ctx_get(const void *ptr) function
487 prof_ctx_t *ctx = prof_ctx_get(ptr);
private_namespace.h 295 #define prof_ctx_get JEMALLOC_N(prof_ctx_get) macro
private_unnamespace.h 295 #undef prof_ctx_get macro
  /external/jemalloc/src/
jemalloc.c 1198 old_ctx = prof_ctx_get(oldptr);
    [all...]

Completed in 34 milliseconds