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

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
deallocate.pass.cpp 15 // static void deallocate(allocator_type& a, pointer p, size_type n);
29 void deallocate(value_type* p, std::size_t n) function in struct:A
40 std::allocator_traits<A<int> >::deallocate(a, (int*)0xDEADBEEF, 10);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
deallocate.pass.cpp 15 // static void deallocate(allocator_type& a, pointer p, size_type n);
29 void deallocate(value_type* p, std::size_t n) function in struct:A
40 std::allocator_traits<A<int> >::deallocate(a, (int*)0xDEADBEEF, 10);
  /external/libcxx/test/std/containers/associative/map/map.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/std/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/std/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/std/containers/associative/set/set.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /external/libcxx/test/std/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/std/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/std/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/std/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 30 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 30 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_comp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 31 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 30 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 30 void deallocate(void*, unsigned) {} function in struct:some_alloc
  /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);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 910