| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| D | constructor_destructor_fn_imps.hpp | 63 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 74 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 86 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 100 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 114 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 129 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME() 146 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_GP_HASH_NAME()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| D | constructor_destructor_fn_imps.hpp | 67 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 78 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 90 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 106 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 122 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME() 134 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CC_HASH_NAME()
|
| D | entry_list_fn_imps.hpp | 62 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry() 75 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | alloc_traits.h | 221 -> decltype(__a.allocate(__n, __hint)) in _GLIBCXX_VISIBILITY() 222 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY() 227 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 317 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() 318 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 332 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY() 463 allocate(allocator_type& __a, size_type __n) in _GLIBCXX_VISIBILITY() 464 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 477 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY() 480 return __a.allocate(__n, __hint); in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | generic-morestack.c | 389 unsigned int allocate; in allocate_segment() local 396 allocate = pagesize; in allocate_segment() 397 if (allocate < MINSIGSTKSZ) in allocate_segment() 398 allocate = ((MINSIGSTKSZ + overhead + pagesize - 1) in allocate_segment() 400 if (allocate < frame_size) in allocate_segment() 401 allocate = ((frame_size + overhead + pagesize - 1) in allocate_segment() 405 allocate += pagesize; in allocate_segment() 412 space = mmap (NULL, allocate, PROT_READ | PROT_WRITE, in allocate_segment() 429 guard = space + allocate - pagesize; in allocate_segment() 433 allocate -= pagesize; in allocate_segment() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| D | constructors_destructor_fn_imps.hpp | 49 PB_DS_BIN_TREE_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME() 58 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0) in PB_DS_BIN_TREE_NAME() 69 m_p_head(s_node_allocator.allocate(1)), in PB_DS_BIN_TREE_NAME() 87 m_p_head(s_node_allocator.allocate(1)), in PB_DS_BIN_TREE_NAME() 161 node_pointer p_ret = s_node_allocator.allocate(1); in recursive_copy_node()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| D | constructors_destructor_fn_imps.hpp | 58 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 69 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 84 m_p_head(s_head_allocator.allocate(1)), in PB_DS_PAT_TRIE_NAME() 173 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1); in recursive_copy_node() 197 p_ret = s_inode_allocator.allocate(1); in recursive_copy_node()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | alloc-pool.h | 125 allocate () ATTRIBUTE_MALLOC 149 void *allocate () ATTRIBUTE_MALLOC; 348 base_pool_allocator <TBlockAllocator>::allocate () in allocate() function 376 block = reinterpret_cast<char *> (TBlockAllocator::allocate ()); in allocate() 503 allocate () ATTRIBUTE_MALLOC in allocate() function 505 return ::new (m_allocator.allocate ()) T; in allocate() 515 return m_allocator.allocate (); in allocate_raw()
|
| D | memory-block.h | 36 static inline void *allocate () ATTRIBUTE_MALLOC; 56 memory_block_pool::allocate () in allocate() function
|
| D | value-range.h | 661 irange *allocate (unsigned num_pairs); 664 irange *allocate (const irange &src); 694 irange_allocator::allocate (unsigned num_pairs) in allocate() function 710 irange_allocator::allocate (const irange &src) in allocate() function 712 irange *r = allocate (src.num_pairs ()); in allocate()
|
| /netbsd/src/sys/kern/ |
| D | subr_kobj_vfs.c | 95 bool allocate) in kobj_read_vfs() argument 103 if (allocate) { in kobj_read_vfs() 134 if (allocate && error != 0) { in kobj_read_vfs() 139 if (allocate) in kobj_read_vfs()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | alloc_traits.h | 64 using _Base_type::allocate; in _GLIBCXX_VISIBILITY() 132 allocate(_Alloc& __a, size_type __n) in _GLIBCXX_VISIBILITY() function 133 { return __a.allocate(__n); } in _GLIBCXX_VISIBILITY() 137 allocate(_Alloc& __a, size_type __n, _Hint __hint) in _GLIBCXX_VISIBILITY() function 138 { return __a.allocate(__n, __hint); } in _GLIBCXX_VISIBILITY()
|
| D | debug_allocator.h | 121 allocate(size_type __n) in _GLIBCXX_VISIBILITY() 123 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY() 130 allocate(size_type __n, const void* __hint) in _GLIBCXX_VISIBILITY() 132 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/ |
| D | split_join_fn_imps.hpp | 69 a_entries = s_entry_allocator.allocate(new_size); in split() 70 a_other_entries = s_entry_allocator.allocate(other_actual_size); in split() 128 a_entries = s_entry_allocator.allocate(new_size); in join() 129 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); in join()
|
| D | constructors_destructor_fn_imps.hpp | 74 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap() 81 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap() 89 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap()
|
| D | erase_fn_imps.hpp | 54 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in clear() 121 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in erase_if() 170 entry_pointer new_entries = s_entry_allocator.allocate(new_size); in resize_for_erase_if_needed()
|
| /netbsd/src/usr.sbin/makefs/v7fs/ |
| D | v7fs_populate.c | 81 allocate(struct v7fs_self *fs, struct v7fs_inode *parent_inode, fsnode *node, in allocate() function 157 if ((error = allocate(fs, parent_inode, node, 0, &inode))) { in file_copy() 212 if ((error = allocate(fs, parent_inode, cur, in populate_walk() 222 if ((error = allocate(fs, parent_inode, cur, 0, in populate_walk() 241 if ((error = allocate(fs, parent_inode, cur, 0, in populate_walk()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | eh_alloc.cc | 89 _GLIBCXX_NODISCARD void *allocate (std::size_t); 139 void *pool::allocate (std::size_t size) in allocate() function in __anon3a74cc950111::pool 287 ret = emergency_pool.allocate (thrown_size); in __cxa_allocate_exception() 319 (emergency_pool.allocate (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | queries.c | 179 void *allocate(void); 277 str = (char *)allocate(); in Q7() 279 cstr = (const char *)allocate(); in Q7() 280 cstr = (char *)allocate(); in Q7()
|
| D | msg_247.c | 113 void *allocate(void); 118 struct counter_impl *impl = allocate(); in counter_new_typesafe() 127 struct counter_impl *impl = allocate(); in counter_new_cast()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | memory_resource | 78 /// A pmr::memory_resource that uses `new` to allocate memory 120 allocate(size_t __bytes, size_t __alignment = _S_max_align) 193 allocate(size_t __n) 198 return static_cast<_Tp*>(_M_resource->allocate(__n * sizeof(_Tp), 211 { return _M_resource->allocate(__nbytes, __alignment); } 476 * @param __n The number of objects to allocate space for. 478 * Calls `a.allocate(n)`. 481 allocate(allocator_type& __a, size_type __n) 482 { return __a.allocate(__n); } 487 * @param __n The number of objects to allocate space for. [all …]
|
| /netbsd/src/lib/csu/arch/mips/ |
| D | crti.S | 42 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame 55 PTR_SUBU sp, sp, CALLFRAME_SIZ # allocate stack frame
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/ |
| D | insert_fn_imps.hpp | 73 entry_pointer p_l = s_entry_allocator.allocate(1); in allocate_new_entry() 89 entry_pointer p_l = s_entry_allocator.allocate(1); in allocate_new_entry()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | std-regs.c | 45 struct value *val = value::allocate (data_ptr_type); in value_of_builtin_frame_fp_reg() 65 struct value *val = value::allocate (func_ptr_type); in value_of_builtin_frame_pc_reg()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| D | erase_fn_imps.hpp | 93 value_vector a_new_values = s_value_alloc.allocate(new_size); in erase_if() 141 value_vector a_values = s_value_alloc.allocate(m_size - 1); in erase_imp()
|