Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 680) sorted by relevance

12345678910>>...28

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
Dconstructor_destructor_fn_imps.hpp63 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_/
Dconstructor_destructor_fn_imps.hpp67 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()
Dentry_list_fn_imps.hpp62 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/
Dalloc_traits.h221 -> 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/
Dgeneric-morestack.c389 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_/
Dconstructors_destructor_fn_imps.hpp49 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_/
Dconstructors_destructor_fn_imps.hpp58 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/
Dalloc-pool.h125 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()
Dmemory-block.h36 static inline void *allocate () ATTRIBUTE_MALLOC;
56 memory_block_pool::allocate () in allocate() function
Dvalue-range.h661 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/
Dsubr_kobj_vfs.c95 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/
Dalloc_traits.h64 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()
Ddebug_allocator.h121 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_/
Dsplit_join_fn_imps.hpp69 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()
Dconstructors_destructor_fn_imps.hpp74 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()
Derase_fn_imps.hpp54 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/
Dv7fs_populate.c81 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++/
Deh_alloc.cc89 _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/
Dqueries.c179 void *allocate(void);
277 str = (char *)allocate(); in Q7()
279 cstr = (const char *)allocate(); in Q7()
280 cstr = (char *)allocate(); in Q7()
Dmsg_247.c113 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/
Dmemory_resource78 /// 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/
Dcrti.S42 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_/
Dinsert_fn_imps.hpp73 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/
Dstd-regs.c45 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_/
Derase_fn_imps.hpp93 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()

12345678910>>...28