HomeSort by relevance Sort by last modified time
    Searched refs:deallocate (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 63 s_internal_node_allocator.deallocate(p_nd, 1);
82 s_internal_node_allocator.deallocate(p_nd, 1);
cond_dtor_entry_dealtor.hpp 71 s_leaf_allocator.deallocate(m_p_nd, 1);
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
cond_dtor_entry_dealtor.hpp 62 deallocate(m_p_nd, 1);
cond_key_dtor_entry_dealtor.hpp 71 bin_tree_base::s_alloc.deallocate(m_p_nd, 1);
erase_fn_imps.hpp 53 s_node_allocator.deallocate(p_z, 1);
118 s_node_allocator.deallocate(p_nd, 1);
r_erase_fn_imps.hpp 53 s_node_allocator.deallocate(p_z, 1);
118 s_node_allocator.deallocate(p_nd, 1);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 83 s_entry_allocator.deallocate(a_entries, actual_size);
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
erase_fn_imps.hpp 57 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
78 s_value_allocator.deallocate(a_entries[i], 1);
141 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
206 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 50 s_entry_allocator.deallocate(p_dealloc_e, 1);
89 s_entry_allocator.deallocate(p_e, 1);
cond_key_dtor_entry_dealtor.hpp 109 m_p_a->deallocate(m_p_e, 1);
  /hardware/ti/omap3/libopencorehw/
buffer_alloc_omap34xx.h 66 OSCL_IMPORT_REF void deallocate(OsclAny* ptr) ;
buffer_alloc_omap34xx.cpp 83 OSCL_EXPORT_REF void BufferAllocOmap34xx::deallocate(OsclAny* ptr) function in class:BufferAllocOmap34xx
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
cond_dtor.hpp 62 value_allocator().deallocate(m_a_vec, m_max_size);
insert_fn_imps.hpp 59 s_metadata_alloc.deallocate(m_a_metadata, m_size);
  /frameworks/base/include/binder/
MemoryDealer.h 40 virtual void deallocate(size_t offset);
  /external/stlport/stlport/stl/
_alloc.c 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { function in class:_Alloc
78 __allocator_type::deallocate(__real_p, __real_n);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { function in class:_Alloc
78 __allocator_type::deallocate(__real_p, __real_n);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
debug_allocator.h 105 deallocate(pointer __p, size_type __n) function in class:debug_allocator
112 throw std::runtime_error("debug_allocator::deallocate"
115 _M_allocator.deallocate(__real_p, __n + _M_extra);
118 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /external/stlport/test/unit/
allocator_test.cpp 44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
rawriter_test.cpp 60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);

Completed in 420 milliseconds

1 2 3 4 5