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

123456

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeak.cpp38 WeakSet::deallocate(impl);
H A DWeakSet.cpp40 heap()->blockAllocator().deallocate(WeakBlock::destroy(block));
88 heap()->blockAllocator().deallocate(WeakBlock::destroy(block));
H A DSuperRegion.cpp54 m_reservation.deallocate();
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dcond_dtor_entry_dealtor.hpp68 deallocate(m_p_nd, 1);
H A Dcond_key_dtor_entry_dealtor.hpp77 bin_tree_base::s_alloc.deallocate(m_p_nd, 1);
H A Derase_fn_imps.hpp59 s_node_allocator.deallocate(p_z, 1);
124 s_node_allocator.deallocate(p_nd, 1);
H A Dr_erase_fn_imps.hpp59 s_node_allocator.deallocate(p_z, 1);
124 s_node_allocator.deallocate(p_nd, 1);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dsplit_join_branch_bag.hpp69 s_internal_node_allocator.deallocate(p_nd, 1);
88 s_internal_node_allocator.deallocate(p_nd, 1);
H A Dcond_dtor_entry_dealtor.hpp77 s_leaf_allocator.deallocate(m_p_nd, 1);
H A Dr_erase_fn_imps.hpp56 s_node_allocator.deallocate(p_z, 1);
107 s_node_allocator.deallocate(p_nd, 1);
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.h43 void deallocate(void*);
82 inline void Deallocator::deallocate(void* object) function in class:bmalloc::Deallocator
H A DCache.h43 static void deallocate(void*);
89 inline void Cache::deallocate(void* object) function in class:bmalloc::Cache
H A Dbmalloc.h43 return Cache::deallocate(object);
80 Cache::deallocate(object);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp89 s_entry_allocator.deallocate(a_entries, actual_size);
92 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
104 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
105 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
148 s_entry_allocator.deallocate(a_entries, actual_size);
151 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
159 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
168 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
H A Derase_fn_imps.hpp63 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
84 s_value_allocator.deallocate(a_entries[i], 1);
147 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
212 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dentry_list_fn_imps.hpp56 s_entry_allocator.deallocate(p_dealloc_e, 1);
95 s_entry_allocator.deallocate(p_e, 1);
H A Dcond_key_dtor_entry_dealtor.hpp115 m_p_a->deallocate(m_p_e, 1);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp68 value_allocator().deallocate(m_a_vec, m_max_size);
H A Dinsert_fn_imps.hpp65 s_metadata_alloc.deallocate(m_a_metadata, m_size);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Ddefalloc.h80 inline void deallocate(_Tp* __buffer) { function
97 void deallocate(pointer __p) { ::deallocate(__p); } function in class:allocator
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPRuntimeUtilities.cpp84 if (npObject->_class->deallocate)
85 npObject->_class->deallocate(npObject);
110 if (npObject->_class->deallocate)
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Ddebug_allocator.h109 deallocate(pointer __p, size_type __n) function in class:debug_allocator
116 throw std::runtime_error("debug_allocator::deallocate"
119 _M_allocator.deallocate(__real_p, __n + _M_extra);
122 throw std::runtime_error("debug_allocator::deallocate null pointer");
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dxdr_dldb.cpp54 MachPlusPlus::deallocate(mSource, mSourceLen);
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dxdr_dldb.cpp54 MachPlusPlus::deallocate(mSource, mSourceLen);
/macosx-10.10/WTF-7600.1.24/wtf/
H A DPageAllocationAligned.h46 WTF_EXPORT_PRIVATE void deallocate();

Completed in 542 milliseconds

123456