Home
last modified time | relevance | path

Searched refs:obstack_specify_allocation (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gdb/include/
H A Dobstack.h305 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
330 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.h299 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
324 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
/freebsd-12.1/contrib/binutils/include/
H A Dobstack.h274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
/freebsd-12.1/contrib/gcclibs/include/
H A Dobstack.h274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dcp-valprint.c833 obstack_specify_allocation (&dont_print_statmem_obstack, in _initialize_cp_valprint()
/freebsd-12.1/contrib/gcc/
H A Dbitmap.c211 obstack_specify_allocation (&bit_obstack->obstack, OBSTACK_CHUNK_SIZE, in bitmap_obstack_initialize()
H A Ddbxout.c993 obstack_specify_allocation (&stabstr_ob, 0, 1, xmalloc, free); in dbxout_init()