HomeSort by relevance Sort by last modified time
    Searched defs:mempool (Results 1 - 2 of 2) sorted by null

  /external/libunwind/include/
mempool.h 59 /* The mempool structure should be treated as an opaque object. It's
61 struct mempool struct
82 tight memory situations. If it is zero, mempool attempts to pick a
84 extern void mempool_init (struct mempool *pool,
86 extern void *mempool_alloc (struct mempool *pool);
87 extern void mempool_free (struct mempool *pool, void *object);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 44 extern struct obstack mempool;
470 obstack_init (&mempool);
885 struct obstack mempool; variable in typeref:struct:obstack
940 INSTR_T cell = obstack_alloc (&mempool, sizeof (struct bfin_insn));
953 return obstack_alloc (&mempool, n);
    [all...]

Completed in 334 milliseconds