| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Mem/ |
| H A D | Pool.c | 239 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 D | nsMemory.h | 68 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 D | nsMemory.cpp | 110 nsMemory::Free(void* ptr) function in class:nsMemory 115 gMemory->Free(ptr);
|
| /vbox/src/libs/xpcom18a4/xpcom/ds/ |
| H A D | nsAutoBuffer.h | 86 nsMemory::Free(mBufferPtr); 105 nsMemory::Free(mBufferPtr);
|
| H A D | nsFixedSizeAllocator.h | 70 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 D | nsCppSharedAllocator.h | 78 nsMemory::Free(p);
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsSegmentedBuffer.cpp | 116 (void)mSegAllocator->Free(mSegmentArray[mFirstSegmentIndex]); 134 (void)mSegAllocator->Free(mSegmentArray[last]); 161 mSegAllocator->Free(mSegmentArray[i]); 163 nsMemory::Free(mSegmentArray);
|
| H A D | nsStringStream.cpp | 95 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 D | nsByteArrayInputStream.cpp | 52 nsMemory::Free (_buffer); 140 nsMemory::Free (_buffer);
|
| H A D | nsScriptableInputStream.cpp | 82 nsMemory::Free(buffer);
|
| /vbox/src/libs/xpcom18a4/xpcom/threads/ |
| H A D | nsProcessCommon.cpp | 241 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 D | nsSample.cpp | 62 nsMemory::Free(mValue); 125 nsMemory::Free(mValue);
|
| H A D | nsTestSample.cpp | 139 nsMemory::Free(str);
|
| /vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
| H A D | ChecksumImpl.cs | 144 hData.Free(); 195 hData.Free();
|
| H A D | CodecBase.cs | 149 _hInput.Free(); 151 _hOutput.Free();
|
| /vbox/src/libs/xpcom18a4/python/src/ |
| H A D | PyIClassInfo.cpp | 132 nsMemory::Free(str_ret); 140 nsMemory::Free(str_ret); 148 nsMemory::Free(iid);
|
| H A D | PyIVariant.cpp | 125 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 D | nsString.h | 230 * 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 D | nsSubstring.cpp | 143 STRING_STAT_INCREMENT(Free); 235 nsMemory::Free(data);
|
| /vbox/src/VBox/VMM/VMMRC/ |
| H A D | EMRCA.asm | 12 ; General Public License (GPL) as published by the Free Software
|
| /vbox/src/VBox/GuestHost/OpenGL/util/ |
| H A D | devnull.c | 106 conn->Free = crDevnullFree;
|
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
| H A D | Types.h | 225 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 D | Types.h | 202 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 D | radix.h | 148 #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 D | vboxport.asm | 12 ; General Public License (GPL) as published by the Free Software
|