Home
last modified time | relevance | path

Searched refs:Memory (Results 6776 – 6800 of 71700) sorted by relevance

1...<<271272273274275276277278279280>>...2868

/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/parts/t/
H A Dpartition_mgm_lc1_memory.test6 # Memory branch + lower_case_table_names = 1 (usually Windows) #
34 let $engine= 'Memory';
H A Dpartition_mgm_lc2_memory.test6 # Memory branch + lower_case_table_names = 2 (usually Mac OS X) #
34 let $engine= 'Memory';
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DPiSmmCoreMemoryAllocationLib.inf2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
H A DUefiMemoryAllocationProfileLib.inf2 # Instance of Memory Allocation Library using EFI Boot Services,
5 # Memory Allocation Library that uses EFI Boot Services to allocate
/dports/www/p5-Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.12/
H A DMANIFEST13 lib/Catalyst/Plugin/Cache/Backend/Memory.pm
17 lib/Catalyst/Plugin/Cache/Store/Memory.pm
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DPiSmmCoreMemoryAllocationLib.inf2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-memory.adb47 package body System.Memory is
160 end System.Memory;
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/tarsum/testdata/xattr/
H A Djson1Memory":0,"MemorySwap":0,"CpuShares":0,"Cpuset":"","AttachStdin":false,"AttachStdout":false,"Attac…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/
H A Djson1Memory":0,"MemorySwap":0,"CpuShares":0,"AttachStdin":false,"AttachStdout":false,"AttachStderr":fal…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/pkg/tarsum/testdata/xattr/
H A Djson1Memory":0,"MemorySwap":0,"CpuShares":0,"Cpuset":"","AttachStdin":false,"AttachStdout":false,"Attac…
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/
H A DUefiMemoryAllocationProfileLib.inf2 # Instance of Memory Allocation Library using EFI Boot Services,
5 # Memory Allocation Library that uses EFI Boot Services to allocate
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DPiSmmCoreMemoryAllocationLib.inf2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/pkg/tarsum/testdata/46af0962ab5afeb5ce6740d4d91652e69206fc991fd5328c1a94d364ad00e457/
H A Djson1Memory":0,"MemorySwap":0,"CpuShares":0,"AttachStdin":false,"AttachStdout":false,"AttachStderr":fal…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate() local
64 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate() local
64 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Other/
H A Dprinter.ll14 ; CHECK: *** IR Dump After {{Promote Memory to Register|PromotePass}}
19 ; CHECK: *** IR Dump After {{Promote Memory to Register|PromotePass}}
/dports/devel/p5-DateTime-Format-Builder/DateTime-Format-Builder-0.83/t/
H A Dmemory-cycle.t11 "use Test::Memory::Cycle; Devel::Cycle->can('_find_cycle_SCALAR'); " ) {
13 'These tests require Test::Memory::Cycle and a working Devel::Cycle (> 1.07).';
/dports/sysutils/nomad/nomad-1.1.0/client/fingerprint/
H A Dmemory_test.go30 require.NotZero(response.NodeResources.Memory.MemoryMB, "expected memory to be non-zero")
52 require.EqualValues(response.NodeResources.Memory.MemoryMB, memoryMB)
/dports/devel/p5-CHI/CHI-0.60/lib/CHI/Driver/
H A DMemory.pm1 package CHI::Driver::Memory;
2 $CHI::Driver::Memory::VERSION = '0.60';
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DInterpState.cpp63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate() local
64 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/aot/
H A DInitializeKlassNode.java27 import static org.graalvm.compiler.nodeinfo.InputType.Memory;
41 @NodeInfo(cycles = CYCLES_4, size = SIZE_16, allowedUsageTypes = {Memory})
/dports/science/qmcpack/qmcpack-3.11.0/labs/lab3_advanced_molecules/REFERENCE/QMCPACK/SJ/First_Run/NumberWalkers/NW60/
H A D203608.error9 Rank = 0 Free Memory = 105641 MB
10 Rank = 1 Free Memory = 105641 MB
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DPiSmmCoreMemoryAllocationLib.inf2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DInterpState.cpp63 char *Memory = reinterpret_cast<char *>(malloc(sizeof(DeadBlock) + Size)); in deallocate() local
64 auto *D = new (Memory) DeadBlock(DeadBlocks, B); in deallocate()
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DPiSmmCoreMemoryAllocationLib.inf2 # Memory Allocation Library instance dedicated to SMM Core.
3 # The implementation borrows the SMM Core Memory Allocation services as the primitive

1...<<271272273274275276277278279280>>...2868