Searched refs:obstack_specify_allocation (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | obstack.h | 305 # 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 D | obstack.h | 299 # 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 D | obstack.h | 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | obstack.h | 274 # define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ macro
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | cp-valprint.c | 833 obstack_specify_allocation (&dont_print_statmem_obstack, in _initialize_cp_valprint()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | bitmap.c | 211 obstack_specify_allocation (&bit_obstack->obstack, OBSTACK_CHUNK_SIZE, in bitmap_obstack_initialize()
|
| H A D | dbxout.c | 993 obstack_specify_allocation (&stabstr_ob, 0, 1, xmalloc, free); in dbxout_init()
|