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

  /external/jemalloc/include/jemalloc/internal/
stats.h 7 typedef struct malloc_huge_stats_s malloc_huge_stats_t; typedef in typeref:struct:malloc_huge_stats_s
135 malloc_huge_stats_t *hstats;
ctl.h 54 malloc_huge_stats_t *hstats; /* nhclasses elements. */
arena.h 587 malloc_large_stats_t *lstats, malloc_huge_stats_t *hstats);
    [all...]
  /external/jemalloc/src/
ctl.c 523 astats->hstats = (malloc_huge_stats_t *)a0malloc(nhclasses *
524 sizeof(malloc_huge_stats_t));
552 sizeof(malloc_huge_stats_t));
    [all...]
arena.c     [all...]

Completed in 163 milliseconds