Searched refs:allocate (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h91 allocate(size_type __n) function in class:debug_allocator
93 pointer __res = _M_allocator.allocate(__n + _M_extra);
100 allocate(size_type __n, const void* __hint) function in class:debug_allocator
102 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
H A Dnew_allocator.h86 allocate(size_type __n, const void* = 0) function in class:new_allocator
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp66 entry_pointer p_e = s_entry_allocator.allocate(1);
79 entry_pointer p_e = s_entry_allocator.allocate(1);
H A Dconstructor_destructor_fn_imps.hpp71 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
82 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
94 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
109 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
123 m_entries(s_entry_pointer_allocator.allocate(m_num_e))
138 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e))
H A Dresize_fn_imps.hpp100 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp59 metadata_pointer a_new_metadata_vec =(new_size == 0) ? NULL : s_metadata_alloc.allocate(new_size);
H A Derase_fn_imps.hpp98 value_vector a_new_values = s_value_alloc.allocate(new_size);
146 value_vector a_values = s_value_alloc.allocate(m_size - 1);
/freebsd-10.1-release/contrib/libstdc++/include/backward/
H A Ddefalloc.h68 inline _Tp* allocate(ptrdiff_t __size, _Tp*) { function
94 pointer allocate(size_type __n) { function in class:allocator
95 return ::allocate((difference_type)__n, (pointer)0);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp62 internal_node_pointer p_nd = s_internal_node_allocator.allocate(1);
H A Dconstructors_destructor_fn_imps.hpp62 m_p_head(s_head_allocator.allocate(1)),
73 m_p_head(s_head_allocator.allocate(1)),
88 m_p_head(s_head_allocator.allocate(1)),
178 leaf_pointer p_new_lf = s_leaf_allocator.allocate(1);
200 p_ret = s_internal_node_allocator.allocate(1);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dinsert_fn_imps.hpp77 entry_pointer p_l = s_entry_allocator.allocate(1);
93 entry_pointer p_l = s_entry_allocator.allocate(1);
/freebsd-10.1-release/usr.bin/sort/
H A Dfile.h121 void file_list_add(struct file_list *fl, char *fn, bool allocate);
122 void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dconstructors_destructor_fn_imps.hpp53 PB_DS_CLASS_NAME() : m_p_head(s_node_allocator.allocate(1)), m_size(0)
62 Cmp_Fn(r_cmp_fn), m_p_head(s_node_allocator.allocate(1)), m_size(0)
73 m_p_head(s_node_allocator.allocate(1)),
91 m_p_head(s_node_allocator.allocate(1)),
165 node_pointer p_ret = s_node_allocator.allocate(1);
H A Dinsert_fn_imps.hpp183 node_pointer p_new_nd = s_node_allocator.allocate(1);
205 node_pointer p_new_nd = s_node_allocator.allocate(1);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp67 m_entries(s_entry_allocator.allocate(m_num_e))
78 m_entries(s_entry_allocator.allocate(m_num_e))
90 m_entries(s_entry_allocator.allocate(m_num_e))
104 m_entries(s_entry_allocator.allocate(m_num_e))
118 m_entries(s_entry_allocator.allocate(m_num_e))
133 m_entries(s_entry_allocator.allocate(m_num_e))
150 m_entries(s_entry_allocator.allocate(m_num_e))
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp81 m_a_entries(s_entry_allocator.allocate(m_actual_size))
92 m_a_entries(s_entry_allocator.allocate(m_actual_size))
104 m_a_entries(s_entry_allocator.allocate(m_actual_size))
H A Dsplit_join_fn_imps.hpp82 a_entries = s_entry_allocator.allocate(actual_size);
84 a_other_entries = s_entry_allocator.allocate(other_actual_size);
142 a_entries = s_entry_allocator.allocate(actual_size);
143 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
H A Derase_fn_imps.hpp59 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
143 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
205 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
H A Dinsert_fn_imps.hpp80 pointer p_new = s_value_allocator.allocate(1);
116 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinsert_fn_imps.hpp60 node_pointer p_new_nd = s_node_allocator.allocate(1);
80 node_pointer p_new_nd = s_node_allocator.allocate(1);
/freebsd-10.1-release/contrib/binutils/include/
H A Dsplay-tree.h68 /* The type of a function used to allocate memory for tree root and
110 splay_tree_allocate_fn allocate; local
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dsplay-tree.h68 /* The type of a function used to allocate memory for tree root and
110 splay_tree_allocate_fn allocate; local
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_defs.h121 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
163 * This makes it possible to allocate/deallocate objects without any locking
169 * JEMALLOC_DSS enables use of sbrk(2) to allocate chunks from the data storage
/freebsd-10.1-release/sys/dev/drm/
H A Ddrm_sman.h33 * Simple memory MANager interface that keeps track on allocate regions on a
66 void *(*allocate) (void *private, unsigned long size, member in struct:drm_sman_mm
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_sman.h33 * Simple memory MANager interface that keeps track on allocate regions on a
66 void *(*allocate) (void *private, unsigned long size, member in struct:drm_sman_mm

Completed in 109 milliseconds

1234