Home
last modified time | relevance | path

Searched refs:nsmall (Results 1 – 1 of 1) sorted by relevance

/external/jemalloc/test/unit/
Darena_reset.c84 unsigned arena_ind, nsmall, nlarge, nhuge, nptrs, i; in TEST_BEGIN() local
100 nsmall = get_nsmall(); in TEST_BEGIN()
103 nptrs = nsmall + nlarge + nhuge; in TEST_BEGIN()
108 for (i = 0; i < nsmall; i++) { in TEST_BEGIN()
116 ptrs[nsmall + i] = mallocx(sz, flags); in TEST_BEGIN()
122 ptrs[nsmall + nlarge + i] = mallocx(sz, flags); in TEST_BEGIN()