HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 51 - 75 of 1250) sorted by null

1 23 4 5 6 7 8 91011>>

  /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);
_alloc.h 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } function in class:__malloc_alloc
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } function in class:__new_alloc
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) function in class:__node_alloc
317 void deallocate(pointer __p, size_type __n) { function in class:allocator
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:allocator
534 // Unified interface to perform allocate()/deallocate() with limited
540 void deallocate(_Tp* __p, size_type __n function in class:_STLP_alloc_proxy
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
cond_dealtor.hpp 48 /// Conditional deallocate constructor argument.
65 s_alloc.deallocate(m_p_e, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
cond_dealtor.hpp 48 /// Conditional deallocate constructor argument.
65 s_alloc.deallocate(m_p_e, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
cond_dealtor.hpp 48 /// Conditional deallocate constructor argument.
65 s_alloc.deallocate(m_p_e, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
102 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/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);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
cond_dealtor.hpp 48 /// Conditional deallocate constructor argument.
65 s_alloc.deallocate(m_p_e, 1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
r_erase_fn_imps.hpp 50 s_node_allocator.deallocate(p_z, 1);
101 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/ndk/current/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);
_alloc.h 80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } function in class:__malloc_alloc
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } function in class:__new_alloc
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) function in class:__node_alloc
317 void deallocate(pointer __p, size_type __n) { function in class:allocator
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:allocator
534 // Unified interface to perform allocate()/deallocate() with limited
540 void deallocate(_Tp* __p, size_type __n function in class:_STLP_alloc_proxy
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 121 // Deallocate all.
127 cache.Deallocate(a, a->GetSizeClass(x), x);
183 cache.Deallocate(a, 1 + i % 50, allocated[i]);
308 a.Deallocate(&stats, x);
349 // Deallocate all.
354 a.Deallocate(&stats, p);
373 // Deallocate all in reverse order.
380 a.Deallocate(&stats, p);
398 a.Deallocate(&stats, allocated[i]);
408 a.Deallocate(&stats, p)
    [all...]

Completed in 748 milliseconds

1 23 4 5 6 7 8 91011>>