HomeSort by relevance Sort by last modified time
    Searched refs:deallocate (Results 151 - 175 of 911) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
debug_allocator.h 106 deallocate(pointer __p, size_type __n) function in class:debug_allocator
113 throw std::runtime_error("debug_allocator::deallocate"
116 _M_allocator.deallocate(__real_p, __n + _M_extra);
119 throw std::runtime_error("debug_allocator::deallocate null pointer");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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/9/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);
  /prebuilts/ndk/9/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);
  /device/asus/flo/camera/QCamera2/HAL/
QCameraMem.h 56 virtual void deallocate() = 0;
96 virtual void deallocate();
115 virtual void deallocate();
135 virtual void deallocate();
156 virtual void deallocate();
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraMem.h 56 virtual void deallocate() = 0;
96 virtual void deallocate();
115 virtual void deallocate();
135 virtual void deallocate();
156 virtual void deallocate();
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.h 59 virtual void deallocate() = 0;
143 virtual void deallocate();
166 virtual void deallocate();
187 virtual void deallocate();
209 virtual void deallocate();
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 123 void deallocate(void *p) { function in class:std::allocator
131 static void deallocate(void *p) { function in class:std::allocator_traits
132 _Alloc().deallocate(p);
186 // Fake deallocate stack-based storage.
189 __alloc_traits::deallocate(getBuffer());
193 // Fake deallocate stack-based storage, then use the variable in the
197 __alloc_traits::deallocate(getBuffer());
  /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);
  /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);
  /external/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 30 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 153 void deallocate(pointer &pPtr, size_type N) { function in class:mcld::GCFactoryBase
154 Alloc::deallocate(pPtr, N);
159 void deallocate(pointer &pPtr) { function in class:mcld::GCFactoryBase
160 Alloc::deallocate(pPtr);
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 41 g_RelocDataFactory->deallocate(pSection);
SectionData.cpp 43 g_SectDataFactory->deallocate(pSection);

Completed in 361 milliseconds

1 2 3 4 5 67 8 91011>>