Searched refs:mempool (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | write-qt.c | 224 append_u8 (struct obstack *mempool, unsigned char value) in append_u8() argument 230 obstack_grow (mempool, data, 1); in append_u8() 235 append_u16 (struct obstack *mempool, unsigned short value) in append_u16() argument 242 obstack_grow (mempool, data, 2); in append_u16() 247 append_u32 (struct obstack *mempool, unsigned int value) in append_u32() argument 256 obstack_grow (mempool, data, 4); in append_u32() 261 append_base_string (struct obstack *mempool, const char *string) in append_base_string() argument 264 append_u32 (mempool, length); in append_base_string() 265 obstack_grow (mempool, string, length); in append_base_string() 270 append_unicode_string (struct obstack *mempool, const unsigned short *string, in append_unicode_string() argument [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-bfin.c | 42 extern struct obstack mempool; 468 obstack_init (&mempool); in md_begin() 875 struct obstack mempool; variable 930 INSTR_T cell = XOBNEW (&mempool, struct bfin_insn); in gencode() 943 return obstack_alloc (&mempool, n); in allocate()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-bfin.c | 42 extern struct obstack mempool; 457 obstack_init (&mempool); in md_begin() 864 struct obstack mempool; variable 919 INSTR_T cell = XOBNEW (&mempool, struct bfin_insn); in gencode() 932 return obstack_alloc (&mempool, n); in allocate()
|
| /netbsd-src/external/gpl2/lvm2/dist/ |
| H A D | WHATS_NEW_DM | 62 Make mempool optional in dm_split_lvm_name().
|
| H A D | WHATS_NEW | 294 Alloc PV internal structure from VG mempool if possible.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2000 | 5245 (mempool): Just free any buffer prior to reuse. Don't bother with
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2000 | 5245 (mempool): Just free any buffer prior to reuse. Don't bother with
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 101817 db8d39bbb4c4ff373d46fac71832f608 libvtv/testsuite/libvtv.mempool.cc/mempool.exp 101818 193c781fa2d508105a7f926b49ec5bc1 libvtv/testsuite/libvtv.mempool.cc/mempool_negative.cc 101819 dc2332c7582cf3d236d0ee930f63eca3 libvtv/testsuite/libvtv.mempool.cc/mempool_positive.cc
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 116390 db8d39bbb4c4ff373d46fac71832f608 libvtv/testsuite/libvtv.mempool.cc/mempool.exp 116391 193c781fa2d508105a7f926b49ec5bc1 libvtv/testsuite/libvtv.mempool.cc/mempool_negative.cc 116392 dc2332c7582cf3d236d0ee930f63eca3 libvtv/testsuite/libvtv.mempool.cc/mempool_positive.cc
|