Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dframe.c1656 static struct obstack frame_cache_obstack; variable
1661 void *data = obstack_alloc (&frame_cache_obstack, size); in frame_obstack_zalloc()
2136 obstack_free (&frame_cache_obstack, 0); in reinit_frame_cache()
2137 obstack_init (&frame_cache_obstack); in reinit_frame_cache()
3419 obstack_init (&frame_cache_obstack); in _initialize_frame()
DChangeLog-19983528 (frame_cache_obstack): Make static.