Searched refs:MALLOCX_ZERO (Results 1 – 21 of 21) sorted by relevance
/external/jemalloc/test/integration/ |
D | mallocx.c | 151 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN() 153 p = mallocx(sz, MALLOCX_ZERO); in TEST_BEGIN() 186 MALLOCX_ZERO); in TEST_BEGIN() 191 MALLOCX_ZERO); in TEST_BEGIN()
|
D | rallocx.c | 124 p = mallocx(start_size, MALLOCX_ZERO); in TEST_BEGIN() 135 q = rallocx(p, start_size+j, MALLOCX_ZERO); in TEST_BEGIN() 193 p = mallocx(1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO); in TEST_BEGIN() 197 q = rallocx(p, 1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO); in TEST_BEGIN()
|
D | sdallocx.c | 31 MALLOCX_ZERO); in TEST_BEGIN() 33 MALLOCX_ZERO); in TEST_BEGIN()
|
D | xallocx.c | 416 int flags = MALLOCX_ARENA(arena_ind()) | MALLOCX_ZERO; in test_zero()
|
/external/jemalloc_new/test/integration/ |
D | mallocx.c | 138 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN() 140 p = mallocx(sz, MALLOCX_ZERO); in TEST_BEGIN() 181 MALLOCX_ZERO); in TEST_BEGIN() 186 MALLOCX_ZERO); in TEST_BEGIN()
|
D | rallocx.c | 115 p = mallocx(start_size, MALLOCX_ZERO); in TEST_BEGIN() 126 q = rallocx(p, start_size+j, MALLOCX_ZERO); in TEST_BEGIN() 182 p = mallocx(1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO); in TEST_BEGIN() 186 q = rallocx(p, 1, MALLOCX_LG_ALIGN(lg_align)|MALLOCX_ZERO); in TEST_BEGIN()
|
D | sdallocx.c | 30 MALLOCX_ZERO); in TEST_BEGIN() 32 MALLOCX_ZERO); in TEST_BEGIN()
|
D | xallocx.c | 316 int flags = MALLOCX_ARENA(arena_ind()) | MALLOCX_ZERO; in test_zero()
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_macros.h | 22 # define MALLOCX_ZERO ((int)0x40) macro
|
D | jemalloc_macros.h.in | 22 # define MALLOCX_ZERO ((int)0x40) macro
|
D | jemalloc.h | 137 # define MALLOCX_ZERO ((int)0x40) macro
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_types.h | 43 ((bool)(flags & MALLOCX_ZERO))
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_macros.h | 22 #define MALLOCX_ZERO ((int)0x40) macro
|
D | jemalloc_macros.h.in | 22 #define MALLOCX_ZERO ((int)0x40) macro
|
D | jemalloc.h | 85 #define MALLOCX_ZERO ((int)0x40) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 218 ((bool)(flags & MALLOCX_ZERO))
|
D | jemalloc_internal.h.in | 218 ((bool)(flags & MALLOCX_ZERO))
|
/external/jemalloc/ |
D | ChangeLog | 223 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large 232 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large 234 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
|
/external/jemalloc/src/ |
D | jemalloc.c | 2380 bool zero = flags & MALLOCX_ZERO; 2532 bool zero = flags & MALLOCX_ZERO;
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2683 bool zero = flags & MALLOCX_ZERO; 2849 bool zero = flags & MALLOCX_ZERO;
|
/external/jemalloc_new/ |
D | ChangeLog | 597 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large 606 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large 608 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
|