Home
last modified time | relevance | path

Searched refs:Free (Results 1 – 25 of 48) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DPool.c298 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/
DPeiMemoryAllocationLib.uni5 // Free operations are ignored.
21 …-US "Memory Allocation Library that uses PEI Services to allocate memory. Free operations are igno…
DPeiMemoryAllocationLib.inf5 # Free operations are ignored.
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DTypes.h202 void (*Free)(void *p, void *address); /* address can be 0 */ member
206 #define IAlloc_Free(p, a) (p)->Free((p), a)
DLzFind.c21 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/
DTypes.h225 void (*Free)(void *p, void *address); /* address can be 0 */ member
229 #define IAlloc_Free(p, a) (p)->Free((p), a)
DLzFind.c40 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/
DTypes.h225 void (*Free)(void *p, void *address); /* address can be 0 */ member
229 #define IAlloc_Free(p, a) (p)->Free((p), a)
DLzFind.c40 alloc->Free(alloc, p->bufferBase); in LzInWindow_Free()
161 alloc->Free(alloc, p->hash); in MatchFinder_FreeThisClassMemory()
/device/linaro/bootloader/edk2/StdLib/Include/net/
Dradix.h148 #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/
DMemoryAllocationLib.c156 if (!gEmuThunk->Free (Buffer)) { in FreePages()
811 if (!gEmuThunk->Free (Buffer)) { in FreePool()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c195 AllocFuncs.Functions.Free = SzFree; in LzmaUefiDecompress()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompress.c195 AllocFuncs.Functions.Free = SzFree; in LzmaUefiDecompress()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Bis/
DBis.h221 EFI_BIS_FREE Free; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DBis.h438 EFI_BIS_FREE Free; member
/device/linaro/bootloader/edk2/Omap35xxPkg/
DOmap35xxPkg.dsc124 # DEBUG_POOL 0x00000010 // Alloc & Free's
125 # DEBUG_PAGE 0x00000020 // Alloc & Free's
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuThunk.h231 EMU_OS_FREE Free; member
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/
DOmap35xxPkg.dsc124 # DEBUG_POOL 0x00000010 // Alloc & Free's
125 # DEBUG_PAGE 0x00000020 // Alloc & Free's
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DNetBuffer.c166 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/
DGenFds.py480 Free = ''
492 Free = NameValue[1].strip()
495 FvSpaceInfoList.append((FvName, Total, Used, Free))
/device/linaro/bootloader/edk2/MdePkg/
DMdePkg.uni194 … "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/
DArmPlatformPkg-2ndstage.dsc265 # DEBUG_POOL 0x00000010 // Alloc & Free's
266 # DEBUG_PAGE 0x00000020 // Alloc & Free's
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/
Dhistory.txt104 It used Alloc/Free functions from different memory pools.
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dhistory.txt104 It used Alloc/Free functions from different memory pools.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/
Dhistory.txt104 It used Alloc/Free functions from different memory pools.

12