Home
last modified time | relevance | path

Searched refs:new_size (Results 1 – 25 of 130) sorted by relevance

123456

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Drealloc.c24 realloc (void *mem, size_t new_size) in realloc() argument
30 if (! new_size) in realloc()
33 return malloc (new_size); in realloc()
36 return malloc (new_size); in realloc()
49 new_size = HEAP_ADJUST_SIZE (new_size + MALLOC_HEADER_SIZE); in realloc()
51 if (new_size < sizeof (struct heap_free_area)) in realloc()
57 (long)mem, new_size, (long)base_mem, size); in realloc()
59 if (new_size > size) in realloc()
62 size_t extra = new_size - size; in realloc()
88 __heap_free (&__malloc_heap, base_mem + new_size, size - new_size); in realloc()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
82 if (new_size == m_num_e) in resize_imp()
89 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
95 m_num_e = new_size; in resize_imp()
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
105 Resize_Policy::notify_resized(new_size); in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
124 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
82 if (new_size == m_num_e) in resize_imp()
89 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
95 m_num_e = new_size; in resize_imp()
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
105 Resize_Policy::notify_resized(new_size); in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
124 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
82 if (new_size == m_num_e) in resize_imp()
89 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
95 m_num_e = new_size; in resize_imp()
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
105 Resize_Policy::notify_resized(new_size); in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
124 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
82 if (new_size == m_num_e) in resize_imp()
89 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
95 m_num_e = new_size; in resize_imp()
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
105 Resize_Policy::notify_resized(new_size); in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
124 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp81 resize_imp(size_type new_size) in resize_imp() argument
84 if (new_size == m_num_e) in resize_imp()
91 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
96 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
97 m_num_e = new_size; in resize_imp()
106 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
107 Resize_Policy::notify_resized(new_size); in resize_imp()
114 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
126 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
82 if (new_size == m_num_e) in resize_imp()
89 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
95 m_num_e = new_size; in resize_imp()
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
105 Resize_Policy::notify_resized(new_size); in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
124 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
82 if (new_size == m_num_e) in resize_imp()
89 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
95 m_num_e = new_size; in resize_imp()
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
105 Resize_Policy::notify_resized(new_size); in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
124 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/cc_hash_table_map_/
A Dresize_fn_imps.hpp81 resize_imp(size_type new_size) in resize_imp() argument
84 if (new_size == m_num_e) in resize_imp()
91 ranged_hash_fn_base::notify_resized(new_size); in resize_imp()
96 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
97 m_num_e = new_size; in resize_imp()
106 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size); in resize_imp()
107 Resize_Policy::notify_resized(new_size); in resize_imp()
114 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions() argument
126 m_num_e = new_size; in resize_imp_no_exceptions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
85 if (new_size == m_num_e) in resize_imp()
93 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
95 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
96 m_num_e = new_size; in resize_imp()
107 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
109 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
119 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
85 if (new_size == m_num_e) in resize_imp()
93 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
95 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
96 m_num_e = new_size; in resize_imp()
107 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
109 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
119 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
85 if (new_size == m_num_e) in resize_imp()
93 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
95 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
96 m_num_e = new_size; in resize_imp()
107 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
109 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
119 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
85 if (new_size == m_num_e) in resize_imp()
93 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
95 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
96 m_num_e = new_size; in resize_imp()
107 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
109 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
119 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
85 if (new_size == m_num_e) in resize_imp()
93 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
95 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
96 m_num_e = new_size; in resize_imp()
107 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
109 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
119 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp() argument
85 if (new_size == m_num_e) in resize_imp()
93 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
95 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
96 m_num_e = new_size; in resize_imp()
107 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
109 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
119 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp81 resize_imp(size_type new_size) in resize_imp() argument
87 if (new_size == m_num_e) in resize_imp()
95 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
97 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
98 m_num_e = new_size; in resize_imp()
109 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
111 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
121 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/gp_hash_table_map_/
A Dresize_fn_imps.hpp81 resize_imp(size_type new_size) in resize_imp() argument
87 if (new_size == m_num_e) in resize_imp()
95 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp()
97 ranged_probe_fn_base::notify_resized(new_size); in resize_imp()
98 m_num_e = new_size; in resize_imp()
109 erase_all_valid_entries(a_entries_resized, new_size); in resize_imp()
111 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp()
121 Resize_Policy::notify_resized(new_size); in resize_imp()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
67 a_entries = s_entry_allocator.allocate(new_size); in split()
73 s_entry_allocator.deallocate(a_entries, new_size); in split()
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
91 m_actual_size = new_size; in split()
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
126 a_entries = s_entry_allocator.allocate(new_size); in join()
132 s_entry_allocator.deallocate(a_entries, new_size); in join()
147 m_actual_size = new_size; in join()
148 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
67 a_entries = s_entry_allocator.allocate(new_size); in split()
73 s_entry_allocator.deallocate(a_entries, new_size); in split()
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
91 m_actual_size = new_size; in split()
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
126 a_entries = s_entry_allocator.allocate(new_size); in join()
132 s_entry_allocator.deallocate(a_entries, new_size); in join()
147 m_actual_size = new_size; in join()
148 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
67 a_entries = s_entry_allocator.allocate(new_size); in split()
73 s_entry_allocator.deallocate(a_entries, new_size); in split()
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
91 m_actual_size = new_size; in split()
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
126 a_entries = s_entry_allocator.allocate(new_size); in join()
132 s_entry_allocator.deallocate(a_entries, new_size); in join()
147 m_actual_size = new_size; in join()
148 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
67 a_entries = s_entry_allocator.allocate(new_size); in split()
73 s_entry_allocator.deallocate(a_entries, new_size); in split()
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
91 m_actual_size = new_size; in split()
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
126 a_entries = s_entry_allocator.allocate(new_size); in join()
132 s_entry_allocator.deallocate(a_entries, new_size); in join()
147 m_actual_size = new_size; in join()
148 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp61 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
69 a_entries = s_entry_allocator.allocate(new_size); in split()
75 s_entry_allocator.deallocate(a_entries, new_size); in split()
86 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
93 m_actual_size = new_size; in split()
121 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
128 a_entries = s_entry_allocator.allocate(new_size); in join()
134 s_entry_allocator.deallocate(a_entries, new_size); in join()
149 m_actual_size = new_size; in join()
150 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp61 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
69 a_entries = s_entry_allocator.allocate(new_size); in split()
75 s_entry_allocator.deallocate(a_entries, new_size); in split()
86 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
93 m_actual_size = new_size; in split()
121 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
128 a_entries = s_entry_allocator.allocate(new_size); in join()
134 s_entry_allocator.deallocate(a_entries, new_size); in join()
149 m_actual_size = new_size; in join()
150 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
67 a_entries = s_entry_allocator.allocate(new_size); in split()
73 s_entry_allocator.deallocate(a_entries, new_size); in split()
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
91 m_actual_size = new_size; in split()
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
126 a_entries = s_entry_allocator.allocate(new_size); in join()
132 s_entry_allocator.deallocate(a_entries, new_size); in join()
147 m_actual_size = new_size; in join()
148 resize_policy::notify_arbitrary(new_size); in join()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/detail/binary_heap_/
A Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
67 a_entries = s_entry_allocator.allocate(new_size); in split()
73 s_entry_allocator.deallocate(a_entries, new_size); in split()
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left); in split()
91 m_actual_size = new_size; in split()
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
126 a_entries = s_entry_allocator.allocate(new_size); in join()
132 s_entry_allocator.deallocate(a_entries, new_size); in join()
147 m_actual_size = new_size; in join()
148 resize_policy::notify_arbitrary(new_size); in join()

Completed in 2988 milliseconds

123456