Searched refs:Free (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/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/libs/xpcom18a4/xpcom/glue/
H A DnsMemory.h68 static NS_COM void Free(void* ptr);
76 * freeFunc, then frees the array itself using nsMemory::Free().
88 * addition to nsMemory::Free.
99 * nsMemory::Free should be used, since the
108 nsMemory::Free((array)); \
124 NS_FREE_XPCOM_POINTER_ARRAY((size), (array), nsMemory::Free)
H A DnsMemory.cpp110 nsMemory::Free(void* ptr) function in class:nsMemory
115 gMemory->Free(ptr);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAutoBuffer.h86 nsMemory::Free(mBufferPtr);
105 nsMemory::Free(mBufferPtr);
H A DnsFixedSizeAllocator.h70 aAllocator.Free(aFoo, sizeof(Foo));
194 * Free a pointer allocated using a fixed-size allocator
196 void Free(void* aPtr, size_t aSize);
H A DnsCppSharedAllocator.h78 nsMemory::Free(p);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsSegmentedBuffer.cpp116 (void)mSegAllocator->Free(mSegmentArray[mFirstSegmentIndex]);
134 (void)mSegAllocator->Free(mSegmentArray[last]);
161 mSegAllocator->Free(mSegmentArray[i]);
163 nsMemory::Free(mSegmentArray);
H A DnsStringStream.cpp95 nsMemory::Free((char*)mConstString);
121 nsMemory::Free((char*)mConstString);
339 nsMemory::Free(data);
347 nsMemory::Free(data);
370 nsMemory::Free(data);
378 nsMemory::Free(data);
H A DnsByteArrayInputStream.cpp52 nsMemory::Free (_buffer);
140 nsMemory::Free (_buffer);
H A DnsScriptableInputStream.cpp82 nsMemory::Free(buffer);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessCommon.cpp241 nsMemory::Free(my_argv);
275 nsMemory::Free(my_argv);
280 nsMemory::Free(my_argv);
311 nsMemory::Free(my_argv);
/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp62 nsMemory::Free(mValue);
125 nsMemory::Free(mValue);
H A DnsTestSample.cpp139 nsMemory::Free(str);
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs144 hData.Free();
195 hData.Free();
H A DCodecBase.cs149 _hInput.Free();
151 _hOutput.Free();
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIClassInfo.cpp132 nsMemory::Free(str_ret);
140 nsMemory::Free(str_ret);
148 nsMemory::Free(iid);
H A DPyIVariant.cpp125 GET_ALLOCATED(char *, GetAsString, PyString_FromString, nsMemory::Free)
126 GET_ALLOCATED(PRUnichar *, GetAsWString, MyUnicode, nsMemory::Free)
127 GET_ALLOCATED_SIZE(char *, GetAsStringWithSize, PyString_FromStringAndSize, nsMemory::Free)
128 GET_ALLOCATED_SIZE(PRUnichar *, GetAsWStringWithSize, PyObject_FromNSString, nsMemory::Free)
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsString.h230 * Deprecated: don't use |Recycle|, just call |nsMemory::Free| directly
232 * Return the given buffer to the heap manager. Calls allocator::Free()
234 inline void Recycle( char* aBuffer) { nsMemory::Free(aBuffer); }
235 inline void Recycle( PRUnichar* aBuffer) { nsMemory::Free(aBuffer); }
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstring.cpp143 STRING_STAT_INCREMENT(Free);
235 nsMemory::Free(data);
/vbox/src/VBox/VMM/VMMRC/
H A DEMRCA.asm12 ; General Public License (GPL) as published by the Free Software
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddevnull.c106 conn->Free = crDevnullFree;
/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/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/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvboxport.asm12 ; General Public License (GPL) as published by the Free Software

Completed in 90 milliseconds

1234567891011>>