HomeSort by: relevance | last modified time | path
    Searched defs:alloc_tctx (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
large.c 287 prof_tctx_t *alloc_tctx = edata_prof_tctx_get(edata); local
288 prof_info->alloc_tctx = alloc_tctx;
290 if ((uintptr_t)alloc_tctx > (uintptr_t)1U) {
  /src/external/bsd/jemalloc/dist/src/
large.c 284 prof_tctx_t *alloc_tctx = edata_prof_tctx_get(edata); local
285 prof_info->alloc_tctx = alloc_tctx;
287 if (prof_tctx_is_valid(alloc_tctx)) {
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_structs.h 106 prof_tctx_t *alloc_tctx; member in struct:prof_info_s
217 prof_tctx_t *alloc_tctx; member in struct:prof_recent_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_structs.h 106 prof_tctx_t *alloc_tctx; member in struct:prof_info_s
217 prof_tctx_t *alloc_tctx; member in struct:prof_recent_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_structs.h 107 prof_tctx_t *alloc_tctx; member in struct:prof_info_s
218 prof_tctx_t *alloc_tctx; member in struct:prof_recent_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_structs.h 107 prof_tctx_t *alloc_tctx; member in struct:prof_info_s
218 prof_tctx_t *alloc_tctx; member in struct:prof_recent_s

Completed in 16 milliseconds