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

  /external/jemalloc/include/jemalloc/internal/
stats.h 129 uint64_t ndalloc_huge; member in struct:arena_stats_s
  /external/jemalloc/src/
ctl.c 615 sstats->astats.ndalloc_huge += astats->astats.ndalloc_huge;
    [all...]
arena.c 831 arena->stats.ndalloc_huge++;
844 arena->stats.ndalloc_huge--;
    [all...]

Completed in 49 milliseconds