Searched refs:mempool (Results 1 – 12 of 12) sorted by relevance
/external/libunwind/include/ |
D | mempool.h | 61 struct mempool struct 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);
|
D | map_info.h | 52 extern struct mempool map_pool;
|
D | dwarf.h | 220 extern struct mempool dwarf_reg_state_pool; 221 extern struct mempool dwarf_cie_info_pool;
|
/external/libunwind/src/mi/ |
D | mempool.c | 86 free_object (struct mempool *pool, void *object) in free_object() 96 add_memory (struct mempool *pool, char *mem, size_t size, size_t obj_size) in add_memory() 105 expand (struct mempool *pool) in expand() 127 mempool_init (struct mempool *pool, size_t obj_size, size_t reserve) in mempool_init() 154 mempool_alloc (struct mempool *pool) in mempool_alloc() 175 mempool_free (struct mempool *pool, void *object) in mempool_free()
|
D | map.c | 30 HIDDEN struct mempool map_pool;
|
/external/libunwind/src/dwarf/ |
D | global.c | 28 HIDDEN struct mempool dwarf_reg_state_pool; 29 HIDDEN struct mempool dwarf_cie_info_pool;
|
/external/libunwind/scripts/ |
D | kernel-files.txt | 19 $udir/src/mi/mempool.c $kdir/unwind/mempool.c
|
/external/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 218 struct mempool reg_state_pool; 219 struct mempool labeled_state_pool;
|
/external/libunwind/ |
D | Makefile.am | 45 include/compiler.h include/libunwind_i.h include/mempool.h \
|
D | Android.bp | 132 "src/mi/mempool.c",
|
/external/libunwind/src/x86_64/ |
D | Gtrace.c | 52 static struct mempool trace_cache_pool;
|
/external/libunwind/src/ |
D | Makefile.am | 101 mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c
|