Home
last modified time | relevance | path

Searched refs:frame_cache_obstack (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dframe.c759 static struct obstack frame_cache_obstack; variable
764 void *data = obstack_alloc (&frame_cache_obstack, size); in frame_obstack_zalloc()
956 obstack_free (&frame_cache_obstack, 0); in flush_cached_frames()
957 obstack_init (&frame_cache_obstack); in flush_cached_frames()
1514 obstack_init (&frame_cache_obstack); in _initialize_frame()
H A DChangeLog-19983528 (frame_cache_obstack): Make static.