Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dmallctl.c292 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
295 dallocx(ps[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
297 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
300 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
306 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
316 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
326 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
Ddecay.c186 p = mallocx(sz, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN()
193 dallocx(p, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN()
/external/jemalloc/include/jemalloc/
Djemalloc_macros.h27 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
28 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
Djemalloc_macros.h.in27 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
28 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
Djemalloc.h142 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
143 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
/external/jemalloc_new/include/jemalloc/
Djemalloc_macros.h27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
28 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
Djemalloc_macros.h.in27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
28 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
Djemalloc.h90 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro
91 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
/external/jemalloc_new/test/unit/
Dmallctl.c278 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
281 dallocx(ps[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
283 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
286 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
292 ps[i] = mallocx(psz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
302 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
313 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); in TEST_BEGIN()
Ddecay.c347 p = mallocx(sz, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN()
354 dallocx(p, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN()
/external/jemalloc/
DChangeLog335 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to the *allocx() API
431 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.
/external/jemalloc_new/
DChangeLog709 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to the *allocx() API
805 MALLOCX_TCACHE(tc) and MALLOCX_TCACHE_NONE flags to control tcache usage.