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 164 unsigned tcache_ind, i; local
170 assert_d_eq(mallctl("tcache.create", &tcache_ind, &sz, NULL, 0),
178 p = mallocx(sz, MALLOCX_TCACHE(tcache_ind));
185 dallocx(p, MALLOCX_TCACHE(tcache_ind));
188 &tcache_ind, sizeof(unsigned)), 0,
  /external/jemalloc/src/
ctl.c 1473 unsigned tcache_ind; local
1500 unsigned tcache_ind; local
1527 unsigned tcache_ind; local
    [all...]

Completed in 2443 milliseconds