Searched defs:deallocate (Results 1 - 25 of 27) sorted by relevance

12

/external/libcxx/test/std/containers/associative/map/map.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/external/libcxx/test/std/containers/associative/multimap/multimap.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/external/libcxx/test/std/containers/associative/set/set.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_comp
/external/libcxx/test/std/containers/sequences/deque/deque.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/external/libcxx/test/std/containers/sequences/list/list.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector/vector.special/
H A Dswap_noexcept.pass.cpp31 void deallocate(void*, unsigned) {} function in struct:some_alloc
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dswap_noexcept.pass.cpp30 void deallocate(void*, unsigned) {} function in struct:some_alloc
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/
H A Dswap_noexcept.pass.cpp30 void deallocate(void*, unsigned) {} function in struct:some_alloc
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddeallocate.pass.cpp15 // 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/
H A Dstack_allocator.h52 void deallocate(pointer p, size_type n) function in class:stack_allocator
/external/llvm/include/llvm/Support/
H A DArrayRecycler.h136 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
/external/clang/lib/Lex/
H A DMacroArgs.cpp71 /// destroy - Destroy and deallocate the memory for this object.
77 // would deallocate the element vectors.
86 /// deallocate - This should only be called by the Preprocessor when managing
88 MacroArgs *MacroArgs::deallocate() { function in class:MacroArgs
91 // Run the dtor to deallocate the vectors.
/external/libcxx/src/
H A Dthread.cpp152 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} function in class:__hidden_allocator
/external/libcxx/test/std/thread/futures/
H A Dtest_allocator.h71 void deallocate(pointer p, size_type n) function in class:test_allocator
136 void deallocate(T* p, std::size_t n) function in class:other_allocator
/external/libcxx/test/support/
H A Dallocators.h48 void deallocate(T* p, std::size_t n) function in class:A1
H A Dmin_allocator.h31 void deallocate(T* p, std::size_t) function in class:bare_allocator
278 void deallocate(pointer p, std::ptrdiff_t) function in class:min_allocator
H A Dtest_allocator.h77 void deallocate(pointer p, size_type n) function in class:test_allocator
137 void deallocate(pointer p, size_type n) function in class:non_default_test_allocator
202 void deallocate(T* p, std::size_t n) function in class:other_allocator
/external/v8/src/
H A Dostreams.h77 ~OStringStream() { deallocate(data_, capacity_); }
92 static void deallocate (char* s, size_t n) { delete[] s; } function in class:v8::internal::OStringStream
H A Dzone-allocator.h43 void deallocate(pointer p, size_type) { /* noop for Zones */ } function in class:v8::internal::zone_allocator
/external/google-breakpad/src/common/
H A Dmemory.h175 inline void deallocate(pointer, size_type) { function in struct:google_breakpad::PageStdAllocator
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h123 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/eigen/Eigen/src/Core/util/
H A DMemory.h739 void deallocate( pointer p, size_type /*num*/ ) function in class:Eigen::aligned_allocator
/external/opencv/cxcore/src/
H A Dcxarray.cpp55 Cv_iplDeallocate deallocate; member in struct:__anon12957
65 Cv_iplDeallocate deallocate,
73 if( !createHeader || !allocateData || !deallocate || !createROI || !cloneImage )
75 if( createHeader || allocateData || deallocate || createROI || cloneImage )
82 CvIPL.deallocate = deallocate;
1158 if( !CvIPL.deallocate )
1166 CvIPL.deallocate( img, IPL_IMAGE_DATA );
3420 if( !CvIPL.deallocate )
3427 CvIPL.deallocate( im
63 cvSetIPLAllocators( Cv_iplCreateImageHeader createHeader, Cv_iplAllocateImageData allocateData, Cv_iplDeallocate deallocate, Cv_iplCreateROI createROI, Cv_iplCloneImage cloneImage ) argument
[all...]

Completed in 841 milliseconds

12