HomeSort by relevance Sort by last modified time
    Searched defs:FreeMemory (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Hob/
Hob.c 82 EFI_PHYSICAL_ADDRESS FreeMemory;
100 FreeMemory = HandOffHob->EfiFreeMemoryTop -
103 if (FreeMemory < Length) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiHobLib/
Hob.c 115 EFI_PHYSICAL_ADDRESS FreeMemory;
122 FreeMemory = HandOffHob->EfiFreeMemoryTop - HandOffHob->EfiFreeMemoryBottom;
124 if (FreeMemory < HobLength) {
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_event_mgr.h 78 FreeMemory(to_free);
89 FreeMemory(to_free);
112 void FreeMemory(const ToFreeVector& to_free) {
158 // to "*to_free". The caller should call FreeMemory(to_free)
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 559 @param[in] FreeMemory Pointer to memory profile free memory.
566 IN MEMORY_PROFILE_FREE_MEMORY *FreeMemory
572 if (FreeMemory->Header.Signature != MEMORY_PROFILE_FREE_MEMORY_SIGNATURE) {
576 Print (L" Signature - 0x%08x\n", FreeMemory->Header.Signature);
577 Print (L" Length - 0x%04x\n", FreeMemory->Header.Length);
578 Print (L" Revision - 0x%04x\n", FreeMemory->Header.Revision);
579 Print (L" TotalFreeMemoryPages - 0x%016lx\n", FreeMemory->TotalFreeMemoryPages);
580 Print (L" FreeMemoryEntryCount - 0x%08x\n", FreeMemory->FreeMemoryEntryCount);
582 Descriptor = (MEMORY_PROFILE_DESCRIPTOR *) ((UINTN) FreeMemory + FreeMemory->Header.Length);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 189 PAGP_BUS_FREE_MEMORY FreeMemory;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 75 FreeMemory (
442 FreeMemory ()
875 FreeMemory();
925 FreeMemory();
TianoCompress.c 73 FreeMemory (
455 FreeMemory (
941 FreeMemory ();
1001 FreeMemory ();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 85 FreeMemory (
445 FreeMemory ()
878 FreeMemory();
928 FreeMemory();
TianoCompress.c 92 FreeMemory (
468 FreeMemory (
954 FreeMemory ();
1014 FreeMemory ();
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 220 FreeMemory (
1247 FreeMemory ();
1302 FreeMemory ();
  /external/vboot_reference/utility/
eficompress.c 95 FreeMemory (
455 FreeMemory ()
888 FreeMemory();
938 FreeMemory();
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 213 VKAPI_ATTR void VKAPI_CALL FreeMemory(
227 pTable->FreeMemory(device,memory,pAllocator);
    [all...]
unique_objects_wrappers.h 117 VKAPI_ATTR void VKAPI_CALL FreeMemory(
128 dev_data->device_dispatch_table->FreeMemory(device, memory, pAllocator);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 280 FreeMemory (
766 FreeMemory ();
826 FreeMemory ();
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.h 73 PFN_vkFreeMemory FreeMemory;
api_gen.cpp 203 INIT_PROC(true, dev, FreeMemory);
367 VKAPI_ATTR void FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 803 void FreeMemory(VkDevice device,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 46 PFN_vkFreeMemory FreeMemory;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
  /external/v8/src/heap/
spaces.cc 322 // TODO(gc) this will be true again when we fix FreeMemory.
434 void MemoryAllocator::FreeMemory(base::VirtualMemory* reservation,
447 void MemoryAllocator::FreeMemory(Address base, size_t size,
914 FreeMemory(reservation, chunk->executable());
916 FreeMemory(chunk->address(), chunk->size(), chunk->executable());
930 FreeMemory(chunk->address(), static_cast<size_t>(MemoryChunk::kPageSize),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h 350 virtual HRESULT WINAPI FreeMemory(LPVOID pMem) = 0;
364 HRESULT (WINAPI *FreeMemory)(IWbemQuery *This,LPVOID pMem);
380 #define IWbemQuery_FreeMemory(This,pMem) (This)->lpVtbl->FreeMemory(This,pMem)
    [all...]
lpmapi.h 634 PFREEMEM FreeMemory;

Completed in 700 milliseconds

1 2