Searched refs:obs (Results 1 – 1 of 1) sorted by relevance
35 struct obstack obs; in do_test() local41 obstack_init (&obs); in do_test()42 obstack_alignment_mask (&obs) = align_mask; in do_test()44 obstack_finish (&obs); in do_test()49 void *obj = obstack_alloc (&obs, OBJECT_SIZE); in do_test()57 obstack_free (&obs, 0); in do_test()
Completed in 4 milliseconds