Searched refs:huge3 (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/test/integration/ |
D | xallocx.c | 312 size_t largemax, huge1, huge2, huge3, hugemax; in TEST_BEGIN() local 319 huge3 = get_huge_size(3); in TEST_BEGIN() 322 p = mallocx(huge3, flags); in TEST_BEGIN() 325 assert_zu_eq(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN() 333 assert_zu_eq(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN() 336 assert_zu_eq(xallocx(p, huge1, huge3 - huge1, flags), huge3, in TEST_BEGIN() 338 assert_zu_eq(xallocx(p, huge2, huge3 - huge2, flags), huge3, in TEST_BEGIN() 348 assert_zu_le(xallocx(p, huge3, 0, flags), huge3, in TEST_BEGIN() 350 assert_zu_le(xallocx(p, hugemax+1, 0, flags), huge3, in TEST_BEGIN() 362 assert_zu_le(xallocx(p, huge1, huge3 - huge1, flags), huge3, in TEST_BEGIN() [all …]
|