/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
D | Pool.c | 298 POOL_FREE *Free; in CoreAllocatePoolI() local 364 Free = CR (Pool->FreeList[Index].ForwardLink, POOL_FREE, Link, POOL_FREE_SIGNATURE); in CoreAllocatePoolI() 365 RemoveEntryList (&Free->Link); in CoreAllocatePoolI() 366 NewPage = (VOID *) Free; in CoreAllocatePoolI() 395 Free = (POOL_FREE *) &NewPage[Offset]; in CoreAllocatePoolI() 396 Free->Signature = POOL_FREE_SIGNATURE; in CoreAllocatePoolI() 397 Free->Index = (UINT32)Index; in CoreAllocatePoolI() 398 InsertHeadList (&Pool->FreeList[Index], &Free->Link); in CoreAllocatePoolI() 411 Free = CR (Pool->FreeList[Index].ForwardLink, POOL_FREE, Link, POOL_FREE_SIGNATURE); in CoreAllocatePoolI() 412 RemoveEntryList (&Free->Link); in CoreAllocatePoolI() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | PeiMemoryAllocationLib.uni | 5 // Free operations are ignored. 21 …-US "Memory Allocation Library that uses PEI Services to allocate memory. Free operations are igno…
|
D | PeiMemoryAllocationLib.inf | 5 # Free operations are ignored.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | Types.h | 202 void (*Free)(void *p, void *address); /* address can be 0 */ member 206 #define IAlloc_Free(p, a) (p)->Free((p), a)
|
D | LzFind.c | 21 alloc->Free(alloc, p->bufferBase); in LzInWindow_Free() 142 alloc->Free(alloc, p->hash); in MatchFinder_FreeThisClassMemory()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | Types.h | 225 void (*Free)(void *p, void *address); /* address can be 0 */ member 229 #define IAlloc_Free(p, a) (p)->Free((p), a)
|
D | LzFind.c | 40 alloc->Free(alloc, p->bufferBase); in LzInWindow_Free() 161 alloc->Free(alloc, p->hash); in MatchFinder_FreeThisClassMemory()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | Types.h | 225 void (*Free)(void *p, void *address); /* address can be 0 */ member 229 #define IAlloc_Free(p, a) (p)->Free((p), a)
|
D | LzFind.c | 40 alloc->Free(alloc, p->bufferBase); in LzInWindow_Free() 161 alloc->Free(alloc, p->hash); in MatchFinder_FreeThisClassMemory()
|
/device/linaro/bootloader/edk2/StdLib/Include/net/ |
D | radix.h | 148 #define Free(p) free((char *)p); macro 154 #define Free(p) free((caddr_t)p, M_RTABLE); macro
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | MemoryAllocationLib.c | 156 if (!gEmuThunk->Free (Buffer)) { in FreePages() 811 if (!gEmuThunk->Free (Buffer)) { in FreePool()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
D | LzmaDecompress.c | 195 AllocFuncs.Functions.Free = SzFree; in LzmaUefiDecompress()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
D | LzmaDecompress.c | 195 AllocFuncs.Functions.Free = SzFree; in LzmaUefiDecompress()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Bis/ |
D | Bis.h | 221 EFI_BIS_FREE Free; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Bis.h | 438 EFI_BIS_FREE Free; member
|
/device/linaro/bootloader/edk2/Omap35xxPkg/ |
D | Omap35xxPkg.dsc | 124 # DEBUG_POOL 0x00000010 // Alloc & Free's 125 # DEBUG_PAGE 0x00000020 // Alloc & Free's
|
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/ |
D | EmuThunk.h | 231 EMU_OS_FREE Free; member
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/ |
D | Omap35xxPkg.dsc | 124 # DEBUG_POOL 0x00000010 // Alloc & Free's 125 # DEBUG_PAGE 0x00000020 // Alloc & Free's
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | NetBuffer.c | 166 if (Vector->Free != NULL) { in NetbufFreeVector() 176 Vector->Free (Vector->Arg); in NetbufFreeVector() 628 Vector->Free = NetbufGetFragmentFree; in NetbufGetFragment() 836 Vector->Free = ExtFree; in NetbufFromExt() 1021 ASSERT ((Nbuf->Vector->Free == NULL) && (Nbuf->Vector->Len >= Len)); in NetbufReserve()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | GenFds.py | 480 Free = '' 492 Free = NameValue[1].strip() 495 FvSpaceInfoList.append((FvName, Total, Used, Free))
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | MdePkg.uni | 194 … "BIT4 - Allocate or Free Pool message.<BR>\n" 195 … "BIT5 - Allocate or Free Page message.<BR>\n" 217 … "BIT4 - Allocate or Free Pool message.<BR>\n" 218 … "BIT5 - Allocate or Free Page message.<BR>\n"
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ |
D | ArmPlatformPkg-2ndstage.dsc | 265 # DEBUG_POOL 0x00000010 // Alloc & Free's 266 # DEBUG_PAGE 0x00000020 // Alloc & Free's
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/ |
D | history.txt | 104 It used Alloc/Free functions from different memory pools.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/ |
D | history.txt | 104 It used Alloc/Free functions from different memory pools.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/ |
D | history.txt | 104 It used Alloc/Free functions from different memory pools.
|