Searched refs:hugemax (Results 1 - 3 of 3) sorted by relevance
/external/jemalloc/test/integration/ |
H A D | xallocx.c | 150 size_t small0, hugemax; local 155 hugemax = get_huge_size(get_nhuge()-1); 165 assert_zu_le(xallocx(p, hugemax, 0, 0), hugemax, 169 assert_zu_le(xallocx(p, hugemax+1, 0, 0), hugemax, 171 assert_zu_le(xallocx(p, SIZE_T_MAX, 0, 0), hugemax, 180 size_t small0, hugemax; local 185 hugemax = get_huge_size(get_nhuge()-1); 191 assert_zu_le(xallocx(p, hugemax 212 size_t small0, small1, hugemax; local 245 size_t smallmax, large0, large1, large2, huge0, hugemax; local 312 size_t largemax, huge1, huge2, huge3, hugemax; local [all...] |
H A D | mallocx.c | 68 size_t hugemax; local 70 hugemax = get_huge_size(get_nhuge()-1); 72 assert_ptr_null(mallocx(hugemax+1, 0), 73 "Expected OOM for mallocx(size=%#zx, 0)", hugemax+1); 89 size_t hugemax; local 98 hugemax = get_huge_size(get_nhuge()-1); 101 ptrs[i] = mallocx(hugemax, 0); 107 hugemax);
|
H A D | rallocx.c | 224 size_t hugemax; local 227 hugemax = get_huge_size(get_nhuge()-1); 232 assert_ptr_null(rallocx(p, hugemax+1, 0), 233 "Expected OOM for rallocx(p, size=%#zx, 0)", hugemax+1);
|
Completed in 143 milliseconds