Searched refs:deallocate (Results 1 - 25 of 221) sorted by relevance

123456789

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp52 s_entry_allocator.deallocate(p_dealloc_e, 1);
91 s_entry_allocator.deallocate(p_e, 1);
H A Dcond_key_dtor_entry_dealtor.hpp87 m_p_a->deallocate(m_p_e, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp75 s_entry_allocator.deallocate(a_entries, new_size);
78 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
90 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
91 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
134 s_entry_allocator.deallocate(a_entries, new_size);
137 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
146 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
153 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
H A Derase_fn_imps.hpp56 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
73 s_value_allocator.deallocate(a_entries[i], 1);
123 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
175 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp75 s_entry_allocator.deallocate(a_entries, new_size);
78 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
90 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
91 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
134 s_entry_allocator.deallocate(a_entries, new_size);
137 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
146 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
153 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
H A Derase_fn_imps.hpp56 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
73 s_value_allocator.deallocate(a_entries[i], 1);
123 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
175 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp52 s_entry_allocator.deallocate(p_dealloc_e, 1);
91 s_entry_allocator.deallocate(p_e, 1);
H A Dcond_key_dtor_entry_dealtor.hpp87 m_p_a->deallocate(m_p_e, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp61 s_metadata_alloc.deallocate(m_a_metadata, m_size);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp61 s_metadata_alloc.deallocate(m_a_metadata, m_size);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dmmap_allocator.d12 and each call to $(D deallocate(b)) issues $(D munmap(b.ptr, b.length)).
43 bool deallocate(void[] b) shared
66 bool deallocate(void[] b) shared
78 alloc.deallocate(p);
H A Dmallocator.d20 $(D deallocate) and $(D reallocate) methods are $(D @system) because they
36 bool deallocate(void[] b) shared
51 // so just deallocate and nullify the pointer
52 deallocate(b);
75 scope(exit) Mallocator.instance.deallocate(buffer);
87 scope(exit) A.instance.deallocate(p[0 .. int.sizeof]);
264 bool deallocate(void[] b) shared
272 bool deallocate(void[] b) shared
308 deallocate(b);
332 scope(exit) AlignedMallocator.instance.deallocate(buffe
[all...]
H A Dshowcase.d24 hasMember!(Allocator, "deallocate")
49 a.deallocate(b);
50 a.deallocate(c);
56 `deallocate` but does free all regions in its destructor. It is recommended for
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp50 /// Conditional deallocate constructor argument.
67 s_alloc.deallocate(m_p_e, 1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp50 /// Conditional deallocate constructor argument.
67 s_alloc.deallocate(m_p_e, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dr_erase_fn_imps.hpp52 s_node_allocator.deallocate(p_z, 1);
103 s_node_allocator.deallocate(p_nd, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Derase_fn_imps.hpp52 s_node_allocator.deallocate(p_z, 1);
104 s_node_allocator.deallocate(p_nd, 1);
H A Dr_erase_fn_imps.hpp52 s_node_allocator.deallocate(p_z, 1);
104 s_node_allocator.deallocate(p_nd, 1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Derase_fn_imps.hpp52 s_node_allocator.deallocate(p_z, 1);
104 s_node_allocator.deallocate(p_nd, 1);
H A Dr_erase_fn_imps.hpp52 s_node_allocator.deallocate(p_z, 1);
104 s_node_allocator.deallocate(p_nd, 1);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dr_erase_fn_imps.hpp52 s_node_allocator.deallocate(p_z, 1);
103 s_node_allocator.deallocate(p_nd, 1);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d52 bool deallocate(void[] b) shared { assert(b is null); return true; }
77 NullAllocator.instance.deallocate(b);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHeapMap.h43 long deallocate (uint64_t addr);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d57 bool deallocate(void[] b) shared { assert(b is null); return true; }
84 assert(a.deallocate(b));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dshowcase.d25 hasMember!(Allocator, "deallocate")
50 a.deallocate(b);
51 a.deallocate(c);
57 `deallocate` but does free all regions in its destructor. It is recommended for

Completed in 319 milliseconds

123456789