/netbsd-src/sys/sys/ |
H A D | pool.h | 93 struct pool_allocator { struct 142 struct pool_allocator *pr_alloc;/* back-end allocator */ 299 extern struct pool_allocator pool_allocator_kmem; 300 extern struct pool_allocator pool_allocator_nointr; 301 extern struct pool_allocator pool_allocator_meta; 306 int, const char *, struct pool_allocator *, int); 340 struct pool_allocator *, int, int (*)(void *, void *, int), 343 const char *, struct pool_allocator *, int,
|
H A D | vmem_impl.h | 114 struct pool_allocator vm_qcache_allocator;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fibonacci_heap.cc | 42 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_empty_heap() 174 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union() 202 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union_of_equal_heaps()
|
H A D | fibonacci_heap.h | 151 fibonacci_heap (K global_min_key, pool_allocator *allocator = NULL): 158 m_allocator = new pool_allocator ("Fibonacci heap", 283 pool_allocator *m_allocator;
|
H A D | alloc-pool.h | 477 typedef base_pool_allocator <memory_block_pool> pool_allocator; typedef 540 pool_allocator m_allocator;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fibonacci_heap.c | 42 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_empty_heap() 174 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union() 202 pool_allocator allocator ("fibheap test", sizeof (int_heap_node_t)); in test_union_of_equal_heaps()
|
H A D | fibonacci_heap.h | 151 fibonacci_heap (K global_min_key, pool_allocator *allocator = NULL): 158 m_allocator = new pool_allocator ("Fibonacci heap", 283 pool_allocator *m_allocator;
|
H A D | alloc-pool.h | 477 typedef base_pool_allocator <memory_block_pool> pool_allocator; typedef 534 pool_allocator m_allocator;
|
/netbsd-src/sys/uvm/ |
H A D | uvm_glue.c | 296 static struct pool_allocator uvm_uarea_allocator = { 326 static struct pool_allocator uvm_uarea_system_allocator = {
|
/netbsd-src/sys/kern/ |
H A D | subr_pool.c | 172 struct pool_allocator pool_allocator_kmem = { 178 struct pool_allocator pool_allocator_nointr = { 184 struct pool_allocator pool_allocator_meta = { 191 static struct pool_allocator pool_allocator_big[] = { 808 const char *wchan, struct pool_allocator *palloc, int ipl) in pool_init() 2097 const char *wchan, struct pool_allocator *palloc, int ipl, 2121 struct pool_allocator *palloc, int ipl, in pool_cache_bootstrap() 2969 struct pool_allocator *pa = pp->pr_alloc; in pool_allocator_alloc() 2990 struct pool_allocator *pa = pp->pr_alloc; in pool_allocator_free()
|
H A D | subr_kmem.c | 470 struct pool_allocator *pa; in kmem_create_caches()
|
H A D | vfs_bio.c | 303 static struct pool_allocator bufmempool_allocator = { 507 struct pool_allocator *pa; in bufinit()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_pool.c | 52 struct pool_allocator chfs_pool_allocator = {
|
/netbsd-src/sys/uvm/pmap/ |
H A D | pmap.h | 281 extern struct pool_allocator pmap_pv_page_allocator;
|
/netbsd-src/usr.bin/netstat/ |
H A D | mbuf.c | 63 struct pool_allocator mbpa, mclpa;
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | Makefile.am | 117 pool_allocator.cc \
|
H A D | Makefile.in | 139 am__objects_7 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \ 479 pool_allocator.cc \
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | Makefile.am | 117 pool_allocator.cc \
|
H A D | Makefile.in | 139 am__objects_7 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \ 492 pool_allocator.cc \
|
/netbsd-src/external/gpl3/gcc/lib/libstdc++-v3/ |
H A D | Makefile | 83 COPTS.pool_allocator.cc+= -ffunction-sections -fdata-sections
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/ |
H A D | Makefile | 83 COPTS.pool_allocator.cc+= -ffunction-sections -fdata-sections
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2004 | 937 * include/ext/pool_allocator.h: Same. 1092 * testsuite/ext/pool_allocator/check_delete.cc: New. 1093 * testsuite/ext/pool_allocator/check_new.cc: Simplify. 1310 * include/ext/pool_allocator.h: Use __builtin_expect. 1316 * testsuite/ext/pool_allocator/check_allocate_max_size.cc: Likewise. 1377 * include/ext/pool_allocator.h (debug_allocator::deallocate): 1390 * testsuite/ext/pool_allocator/check_deallocate_null.cc: New. 1495 * src/pool_allocator.cc (__pool_alloc_base::_M_allocate_chunk): 1497 * testsuite/ext/pool_allocator/allocate_chunk.cc: New. 1499 * include/ext/pool_allocator.h: Include <cstdlib>. [all …]
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/or1k/ |
H A D | defs.mk | 11 G_CPP98_SOURCES=bitmap_allocator.cc pool_allocator.cc mt_allocator.cc codecvt.cc complex_io.cc ctyp… 40 …numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree …
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/coldfire/ |
H A D | defs.mk | 12 G_CPP98_SOURCES=bitmap_allocator.cc pool_allocator.cc mt_allocator.cc codecvt.cc complex_io.cc glob… 41 …numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree …
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/ |
H A D | defs.mk | 17 G_CPP98_SOURCES=bitmap_allocator.cc pool_allocator.cc mt_allocator.cc codecvt.cc complex_io.cc glob… 47 …numeric ext/numeric_traits.h ext/pod_char_traits.h ext/pointer.h ext/pool_allocator.h ext/rb_tree …
|