Searched defs:Free (Results 1 - 22 of 22) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsMemory.cpp110 nsMemory::Free(void* ptr) function in class:nsMemory
115 gMemory->Free(ptr);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsFixedSizeAllocator.cpp141 nsFixedSizeAllocator::Free(void* aPtr, size_t aSize) function in class:nsFixedSizeAllocator
H A DnsRecyclingAllocator.cpp105 // Free all memory held, if any
149 // Free all memory held, if any
231 nsRecyclingAllocator::Free(void *ptr) function in class:nsRecyclingAllocator
277 // Free the allocated block
419 nsRecyclingAllocatorImpl::Free(void *ptr) function in class:nsRecyclingAllocatorImpl
421 nsRecyclingAllocator::Free(ptr);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DTypes.h225 void (*Free)(void *p, void *address); /* address can be 0 */ member in struct:__anon10474
229 #define IAlloc_Free(p, a) (p)->Free((p), a)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/
H A DPool.c239 POOL_FREE *Free; local
303 Free = (POOL_FREE *) &NewPage[Offset];
304 Free->Signature = POOL_FREE_SIGNATURE;
305 Free->Index = (UINT32)Index;
306 InsertHeadList (&Pool->FreeList[Index], &Free->Link);
320 Free = CR (Pool->FreeList[Index].ForwardLink, POOL_FREE, Link, POOL_FREE_SIGNATURE);
321 RemoveEntryList (&Free->Link);
323 Head = (POOL_HEAD *) Free;
411 POOL_FREE *Free; local
483 Free
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DBis.h51 /// EFI_BIS_DATA instances obtained from BIS must be freed by calling Free( ).
227 eventually free the memory allocated by this function using the function Free().
309 by this function using the function Free().
337 by this function using the function Free().
410 The caller must eventually free the memory allocated by this function using the function Free().
438 EFI_BIS_FREE Free; member in struct:_EFI_BIS_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DTypes.h202 void (*Free)(void *p, void *address); /* address can be 0 */ member in struct:__anon10253
206 #define IAlloc_Free(p, a) (p)->Free((p), a)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/net/
H A Dradix.h148 #define Free(p) free((char *)p); macro
154 #define Free(p) free((caddr_t)p, M_RTABLE); macro
/vbox/src/VBox/Main/src-server/freebsd/
H A DNetIf-freebsd.cpp12 * General Public License (GPL) as published by the Free Software
37 * route.h includes net/radix.h which for some reason defines Free as a wrapper
38 * around free. This collides with Free defined in xpcom/include/nsIMemory.h
41 #undef Free macro
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h12 * General Public License (GPL) as published by the Free Software
85 void Free(void* memory) const function in struct:MallocAllocator
137 fAllocator.Free(fTable);
341 fAllocator.Free(allocation);
465 fAllocator.Free(fTable);
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.cpp345 nsMemoryImpl::Free(void * ptr) function in class:nsMemoryImpl
/vbox/src/VBox/VMM/VMMAll/
H A DMMAllHyper.cpp12 * General Public License (GPL) as published by the Free Software
419 MMHYPERCHUNKFREE Free = *pFree; local
423 PMMHYPERCHUNKFREE pPrev = (PMMHYPERCHUNKFREE)((char *)pFree + MMHYPERCHUNK_GET_OFFPREV(&Free.core));
444 *pFree = Free;
683 AssertMsg(!MMHYPERCHUNK_ISFREE(pPrev), ("Free bug?\n"));
778 * Free memory allocated using MMHyperAlloc().
949 * Free memory a memory chunk.
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapsimple.cpp12 * General Public License (GPL) as published by the Free Software
148 /** Free head pointer. */
150 /** Free tail pointer. */
503 RTHEAPSIMPLEFREE Free; local
513 Free = *pFree;
525 pPrev = Free.Core.pPrev;
545 *pFree = Free;
679 * Free a memory block.
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecUnix.cpp72 #undef Free macro
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp12 * General Public License (GPL) as published by the Free Software
135 Free();
141 * Allocates the command with an HGCM request. Needs to be free'd using Free().
245 void Free(void) function in struct:guestControl::HostCommand
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h153 void (*Free)( CRConnection *conn, void *buf ); member in struct:CRConnection
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1373 NET_VECTOR_EXT_FREE Free; // external function to free NET_VECTOR member in struct:__anon11052
1374 VOID *Arg; // opeque argument to Free
1507 Free the net buffer and its associated NET_VECTOR.
1509 Decrease the reference count of the net buffer by one. Free the associated net
1782 Free a list of net buffers.
1819 Free a net buffer queue.
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp12 * General Public License (GPL) as published by the Free Software
53 * - Free - Not used by anyone.
62 * Free pages will be chained on LIFOs
258 } Free; member in union:GMMPAGE
301 } Free;
888 /* Free any chunks still hanging around. */
1307 * Free empty chunks.
1429 * Free the page.
1436 pChunk->aPages[iPage].Free.iNext = pChunk->iFreeHead;
1437 pChunk->aPages[iPage].Free
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doaidl.h3251 virtual HRESULT STDMETHODCALLTYPE Free(
3296 HRESULT (STDMETHODCALLTYPE *Free)( member in struct:ITypeMarshalVtbl
3315 #define ITypeMarshal_Free(This,pvType) (This)->lpVtbl->Free(This,pvType)
H A Dobjidl.h995 virtual void STDMETHODCALLTYPE Free(
1034 void (STDMETHODCALLTYPE *Free)( member in struct:IMallocVtbl
1063 #define IMalloc_Free(This,pv) (This)->lpVtbl->Free(This,pv)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doaidl.h3251 virtual HRESULT STDMETHODCALLTYPE Free(
3296 HRESULT (STDMETHODCALLTYPE *Free)( member in struct:ITypeMarshalVtbl
3315 #define ITypeMarshal_Free(This,pvType) (This)->lpVtbl->Free(This,pvType)
H A Dobjidl.h995 virtual void STDMETHODCALLTYPE Free(
1034 void (STDMETHODCALLTYPE *Free)( member in struct:IMallocVtbl
1063 #define IMalloc_Free(This,pv) (This)->lpVtbl->Free(This,pv)

Completed in 155 milliseconds