Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sal/cpprt/
H A Doperators_new_delete.cxx186 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate() function
208 deallocate (p, ScalarTraits()); in operator delete()
224 deallocate (p, ScalarTraits()); in operator delete()
240 deallocate (p, VectorTraits()); in operator delete[]()
256 deallocate (p, VectorTraits()); in operator delete[]()
/trunk/main/store/workben/
H A Dt_page.cxx210 virtual void deallocate (void * pPage) = 0;
238 virtual void deallocate (void * p) = 0;
308 m_allocator->deallocate (m_pagedata); in ~PageHolder()
1510 virtual void deallocate(void *) /* = 0 */;
1523 virtual void deallocate(void *) {}
/trunk/main/vigra/
H A Dvigra1.6.0.patch59 + deallocate(data_, size_);
340 deallocate();
349 pallocator_.deallocate(lines_, typename Alloc::size_type(height_));
390 deallocate();
399 pallocator_.deallocate(lines_, typename Alloc::size_type(height_));
418 @@ -1183,11 +1215,11 @@ BasicImage<PIXELTYPE, Alloc>::deallocate
/trunk/main/sal/osl/w32/
H A Dfile.cxx153 void deallocate (sal_uInt8 * pBuffer);
201 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate() function in FileHandle_Impl::Allocator
238 Allocator::get().deallocate (m_buffer), m_buffer = 0; in ~FileHandle_Impl()
/trunk/main/sal/osl/unx/
H A Dfile.cxx161 void deallocate (sal_uInt8 * pBuffer);
215 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate() function in FileHandle_Impl::Allocator
253 Allocator::get().deallocate (m_buffer), m_buffer = 0; in ~FileHandle_Impl()
/trunk/main/store/source/
H A Dstorbase.hxx500 void deallocate (void * pPage) in deallocate() function in store::PageData::Allocator
612 m_allocator->deallocate (m_pagedata); in ~PageHolder()
/trunk/main/sal/osl/os2/
H A Dfile.cxx256 void deallocate (sal_uInt8 * pBuffer);
293 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate() function in FileHandle_Impl::Allocator
319 Allocator::get().deallocate (m_buffer), m_buffer = 0; in ~FileHandle_Impl()
/trunk/main/extensions/source/macosx/spotlight/
H A Dmain.m205 // If the refCount goes to zero, deallocate the instance.

Completed in 74 milliseconds