Searched refs:MALLOCX_TCACHE (Results 1 – 12 of 12) sorted by relevance
/external/jemalloc/test/unit/ |
D | mallctl.c | 292 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()
|
D | decay.c | 186 p = mallocx(sz, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN() 193 dallocx(p, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN()
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h | 27 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro 28 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
|
D | jemalloc_macros.h.in | 27 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro 28 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
|
D | jemalloc.h | 142 # define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro 143 # define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h | 27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro 28 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
|
D | jemalloc_macros.h.in | 27 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro 28 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
|
D | jemalloc.h | 90 #define MALLOCX_TCACHE(tc) ((int)(((tc)+2) << 8)) macro 91 #define MALLOCX_TCACHE_NONE MALLOCX_TCACHE(-1)
|
/external/jemalloc_new/test/unit/ |
D | mallctl.c | 278 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()
|
D | decay.c | 347 p = mallocx(sz, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN() 354 dallocx(p, MALLOCX_TCACHE(tcache_ind)); in TEST_BEGIN()
|
/external/jemalloc/ |
D | ChangeLog | 335 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/ |
D | ChangeLog | 709 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.
|