Searched refs:deallocate (Results 1 - 25 of 64) sorted by relevance

123

/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DAttachment.cpp47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate) argument
53 m_oolMemory.deallocate = deallocate;
H A DAttachment.h50 Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate);
68 bool deallocate() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMemory.deallocate; } function in class:CoreIPC::Attachment
94 bool deallocate; member in struct:CoreIPC::Attachment::__anon14943::__anon14945
/external/stlport/stlport/stl/
H A D_alloc.c55 __debug_alloc<_Alloc>::deallocate(void *__p, size_t __n) { function in class:_Alloc
78 __allocator_type::deallocate(__real_p, __real_n);
H A D_alloc.h80 static void _STLP_CALL deallocate(void* __p, size_t /* __n */) { free((char*)__p); } function in class:__malloc_alloc
93 static void _STLP_CALL deallocate(void* __p, size_t) { __stl_delete(__p); } function in class:__new_alloc
134 static void _STLP_CALL deallocate(void *, size_t);
160 static void _STLP_CALL deallocate(void *__p, size_t __n) function in class:__node_alloc
317 void deallocate(pointer __p, size_type __n) { function in class:allocator
323 __sgi_alloc::deallocate((void*)__p, __n * sizeof(value_type));
328 void deallocate(pointer __p) const { if (__p != 0) __sgi_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:allocator
534 // Unified interface to perform allocate()/deallocate() with limited
540 void deallocate(_T function in class:_STLP_alloc_proxy
[all...]
H A D_iostream_string.h69 void deallocate(pointer __p, size_type __n) { function in class:__iostring_allocator
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
H A D_pthread_alloc.h35 * It is not an error to allocate memory in thread A and deallocate
79 static void _STLP_CALL deallocate(void *__p, size_t __n);
86 static void _STLP_CALL deallocate(void *__p, size_t __n, __state_type* __a);
145 void deallocate(pointer __p, size_type __n) { function in class:pthread_allocator
151 _S_Alloc::deallocate(__p, __n * sizeof(value_type));
328 void deallocate(pointer __p, size_type __n) { function in class:per_thread_allocator
334 _S_Alloc::deallocate(__p, __n * sizeof(value_type), _M_state);
/external/stlport/test/unit/
H A Dallocator_test.cpp44 charAllocator.deallocate(buf, 0);
46 charAllocator.deallocate(0, 0);
69 bigStructAlloc.deallocate(pbigStruct, 1024 * 1024 * 1024);
H A Drawriter_test.cpp60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.cpp51 HandleHeap::heapFor(slot)->deallocate(slot);
/external/webkit/Source/JavaScriptCore/wtf/
H A DPageAllocationAligned.h46 void deallocate();
H A DPageAllocation.h71 PageAllocation::allocate, and deallocated by calling deallocate on the
105 void deallocate() function in class:WTF::PageAllocation
H A DPageAllocationAligned.cpp69 void PageAllocationAligned::deallocate() function in class:WTF::PageAllocationAligned
H A DPageReservation.h110 void deallocate() function in class:WTF::PageReservation
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeUtilities.cpp81 if (npObject->_class->deallocate)
82 npObject->_class->deallocate(npObject);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.cpp157 if (obj->_class->deallocate)
158 obj->_class->deallocate(obj);
/external/webkit/Source/WebCore/platform/text/cf/
H A DStringImplCF.cpp63 underlyingString->ref(); // Balanced by call to deref in deallocate below.
89 static void deallocate(void* pointer, void*) function in namespace:WTF::StringWrapperCFAllocator
122 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
/external/stlport/test/eh/
H A DPrefix.h149 void deallocate(pointer __p, size_type __n) const { function in class:EH_allocator
151 if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, __n * sizeof(value_type));
154 void deallocate(pointer __p) const { if (__p != 0) EH_STD::__new_alloc::deallocate((void*)__p, sizeof(value_type)); } function in class:EH_allocator
/external/webkit/Source/JavaScriptCore/interpreter/
H A DRegisterFile.cpp52 m_reservation.deallocate();
/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.cpp62 allocation.deallocate();
/external/webkit/Source/JavaScriptCore/runtime/
H A DWeakGCMap.h91 HandleHeap::heapFor(ptr->second)->deallocate(ptr->second);
110 HandleHeap::heapFor(slot)->deallocate(slot);
164 HandleHeap::heapFor(slot)->deallocate(slot);
183 HandleHeap::heapFor(slot)->deallocate(slot);
H A DStructureTransitionTable.h130 HandleHeap::heapFor(slot)->deallocate(slot);
152 HandleHeap::heapFor(slot)->deallocate(slot);
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPObjectMessageReceiver.h59 void deallocate();
/external/clang/lib/Lex/
H A DMacroArgs.h66 /// destroy - Destroy and deallocate the memory for this object.
118 /// deallocate - This should only be called by the Preprocessor when managing
120 MacroArgs *deallocate();
/external/chromium/base/
H A Dstack_container.h111 void deallocate(pointer p, size_type n) { function in class:StackAllocator
115 std::allocator<T>::deallocate(p, n);
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedBlock.cpp48 block->m_allocation.deallocate();

Completed in 1051 milliseconds

123