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

  /external/python/cpython3/Objects/
accu.c 31 Py_ssize_t nsmall = PyList_GET_SIZE(acc->small); local
32 if (nsmall) {
43 if (PyList_SetSlice(acc->small, 0, nsmall, NULL)) {
57 Py_ssize_t nsmall; local
62 nsmall = PyList_GET_SIZE(acc->small);
70 if (nsmall < 100000)
  /external/jemalloc/test/unit/
arena_reset.c 84 unsigned arena_ind, nsmall, nlarge, nhuge, nptrs, i; local
100 nsmall = get_nsmall();
103 nptrs = nsmall + nlarge + nhuge;
108 for (i = 0; i < nsmall; i++) {
116 ptrs[nsmall + i] = mallocx(sz, flags);
122 ptrs[nsmall + nlarge + i] = mallocx(sz, flags);
  /external/jemalloc_new/test/unit/
arena_reset.c 100 unsigned nsmall, nlarge, i; local
107 nsmall = get_nsmall();
109 *nptrs = nsmall + nlarge;
114 for (i = 0; i < nsmall; i++) {
122 (*ptrs)[nsmall + i] = mallocx(sz, flags);

Completed in 909 milliseconds