Searched refs:huge_arr (Results 1 – 2 of 2) sorted by relevance
54 char huge_arr[16 * 1024 * 1024]; variable90 huge_arr[sizeof(huge_arr) - 1] = 123; in handler()
127 ASSERT_EQ(bss->huge_arr[ARRAY_SIZE(bss->huge_arr) - 1], 123, "huge_arr"); in test_skeleton()