Searched refs:deallocate (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sal/cpprt/ |
H A D | operators_new_delete.cxx | 174 static void deallocate (void * p, AllocatorTraits const & rTraits) in deallocate() function 196 deallocate (p, ScalarTraits()); in operator delete() 212 deallocate (p, ScalarTraits()); in operator delete() 228 deallocate (p, VectorTraits()); in operator delete[]() 244 deallocate (p, VectorTraits()); in operator delete[]()
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 210 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 *) {}
|
/aoo41x/main/sal/osl/w32/ |
H A D | file.cxx | 153 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()
|
/aoo41x/main/vigra/ |
H A D | vigra1.6.0.patch | 59 + 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
|
/aoo41x/main/sal/osl/unx/ |
H A D | file.cxx | 161 void deallocate (sal_uInt8 * pBuffer); 217 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate() function in FileHandle_Impl::Allocator 255 Allocator::get().deallocate (m_buffer), m_buffer = 0; in ~FileHandle_Impl()
|
/aoo41x/main/store/source/ |
H A D | storbase.hxx | 500 void deallocate (void * pPage) in deallocate() function in store::PageData::Allocator 612 m_allocator->deallocate (m_pagedata); in ~PageHolder()
|
/aoo41x/main/ucbhelper/util/ |
H A D | ucbhelper.flt | 54 ?deallocate@?$allocator@
|
/aoo41x/main/extensions/source/macosx/spotlight/ |
H A D | main.m | 205 // If the refCount goes to zero, deallocate the instance.
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 256 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()
|
Completed in 75 milliseconds