Searched refs:fixture_size (Results 1 – 1 of 1) sorted by relevance
48 guint fixture_size; member909 tc->fixture_size = data_size; in g_test_create_case()1126 fixture = tc->fixture_size ? g_malloc0 (tc->fixture_size) : tc->test_data; in test_case_run()1141 if (tc->fixture_size) in test_case_run()