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

  /external/jemalloc/test/unit/
decay.c 172 unsigned tcache_ind, i; local
178 assert_d_eq(mallctl("tcache.create", (void *)&tcache_ind, &sz,
186 p = mallocx(sz, MALLOCX_TCACHE(tcache_ind));
193 dallocx(p, MALLOCX_TCACHE(tcache_ind));
196 (void *)&tcache_ind, sizeof(unsigned)), 0,
  /external/jemalloc/src/
ctl.c 1474 unsigned tcache_ind; local
1496 unsigned tcache_ind; local
1520 unsigned tcache_ind; local
    [all...]

Completed in 761 milliseconds