Home
last modified time | relevance | path

Searched refs:mempool (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince-stub.c64 mempool (unsigned int len) in mempool() function
178 p = mempool ((unsigned int) *inlen); /* FIXME: check for error */ in getmemory()
387 LPVOID buf = mempool ((unsigned int) len); in read_process_memory()
DChangeLog-20005245 (mempool): Just free any buffer prior to reuse. Don't bother with
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-bfin.c48 extern struct obstack mempool;
365 obstack_init (&mempool); in md_begin()
938 struct obstack mempool; variable
993 INSTR_T cell = (INSTR_T) obstack_alloc (&mempool, sizeof (struct bfin_insn)); in gencode()
1006 return (void *) obstack_alloc (&mempool, n); in allocate()