HomeSort by: relevance | last modified time | path
    Searched refs:prof_tctx_reset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_inlines.h 85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { function
157 prof_tctx_reset(tsd, ptr, alloc_ctx);
192 prof_tctx_reset(tsd, ptr, NULL);
195 * prof_tctx_reset() would work for the !moved case as well,
prof_inlines_b.h 57 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { function
172 * prof_tctx_reset() is slightly cheaper, and the proper thing
176 prof_tctx_reset(tsd_tsdn(tsd), ptr, tctx);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_inlines.h 85 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { function
157 prof_tctx_reset(tsd, ptr, alloc_ctx);
192 prof_tctx_reset(tsd, ptr, NULL);
195 * prof_tctx_reset() would work for the !moved case as well,
prof_inlines_b.h 57 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { function
172 * prof_tctx_reset() is slightly cheaper, and the proper thing
176 prof_tctx_reset(tsd_tsdn(tsd), ptr, tctx);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_inlines.h 115 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { function
187 prof_tctx_reset(tsd, ptr, alloc_ctx);
222 prof_tctx_reset(tsd, ptr, NULL);
225 * prof_tctx_reset() would work for the !moved case as well,
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_inlines.h 115 prof_tctx_reset(tsd_t *tsd, const void *ptr, emap_alloc_ctx_t *alloc_ctx) { function
187 prof_tctx_reset(tsd, ptr, alloc_ctx);
222 prof_tctx_reset(tsd, ptr, NULL);
225 * prof_tctx_reset() would work for the !moved case as well,
prof_inlines_b.h 57 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { function
172 * prof_tctx_reset() is slightly cheaper, and the proper thing
176 prof_tctx_reset(tsd_tsdn(tsd), ptr, tctx);

Completed in 23 milliseconds