Searched refs:group_list (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/exp-sgcheck/
H A Dh_main.c156 static SegGroup* group_list = NULL; variable
173 if (group_list == NULL) {
176 group_list = g;
178 tl_assert(group_list->nextfree <= N_SEGS_PER_GROUP);
179 if (group_list->nextfree == N_SEGS_PER_GROUP) {
181 g->admin = group_list;
182 group_list = g;
184 tl_assert(group_list->nextfree < N_SEGS_PER_GROUP);
185 teg = &group_list->segs[ group_list
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py798 group_list = extendee_proto.Extensions[extension]
801 self.assertTrue(group_list is not extendee_proto.Extensions[extension])

Completed in 177 milliseconds