Lines Matching refs:flags
16 int flags; in test_extent_body() local
19 flags = MALLOCX_ARENA(arena_ind) | MALLOCX_TCACHE_NONE; in test_extent_body()
37 p = mallocx(large0 * 2, flags); in test_extent_body()
44 xallocx_success_a = (xallocx(p, large0, 0, flags) == large0); in test_extent_body()
54 dallocx(p, flags); in test_extent_body()
60 p = mallocx(large0 * 2, flags); in test_extent_body()
67 xallocx_success_b = (xallocx(p, large0, 0, flags) == large0); in test_extent_body()
72 xallocx_success_c = (xallocx(p, large0 * 2, 0, flags) == large0 * 2); in test_extent_body()
79 dallocx(p, flags); in test_extent_body()
84 p = mallocx(42, flags); in test_extent_body()
86 dallocx(p, flags); in test_extent_body()