Home
last modified time | relevance | path

Searched refs:AllocationMode (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp75 enum AllocationMode enum
96 AllocationMode allocationMode;
109 const AllocationMode allocationMode;
111 TestConfigRandom (const deUint32 _seed, const AllocationMode _allocationMode) in TestConfigRandom()
130 BaseAllocateTestInstance (Context& context, AllocationMode allocationMode) in BaseAllocateTestInstance()
155 AllocationMode m_allocationMode;
912 tcu::TestCaseGroup* createAllocationTestsCommon (tcu::TestContext& testCtx, AllocationMode allocati… in createAllocationTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryAllocationTests.cpp75 enum AllocationMode enum
96 AllocationMode allocationMode;
109 const AllocationMode allocationMode;
111 TestConfigRandom (const deUint32 _seed, const AllocationMode _allocationMode) in TestConfigRandom()
130 BaseAllocateTestInstance (Context& context, AllocationMode allocationMode) in BaseAllocateTestInstance()
155 AllocationMode m_allocationMode;
912 tcu::TestCaseGroup* createAllocationTestsCommon (tcu::TestContext& testCtx, AllocationMode allocati… in createAllocationTestsCommon()
/third_party/node/deps/v8/src/heap/
Dmemory-allocator.h137 enum class AllocationMode { enum
187 MemoryAllocator::AllocationMode alloc_mode, Space* space,
Dnew-spaces.cc84 MemoryAllocator::AllocationMode::kUsePool, this, NOT_EXECUTABLE); in EnsureCurrentCapacity()
129 MemoryAllocator::AllocationMode::kUsePool, this, NOT_EXECUTABLE); in Commit()
191 MemoryAllocator::AllocationMode::kUsePool, this, NOT_EXECUTABLE); in GrowTo()
Dmemory-allocator.cc532 Page* MemoryAllocator::AllocatePage(MemoryAllocator::AllocationMode alloc_mode, in AllocatePage()
537 if (alloc_mode == AllocationMode::kUsePool) { in AllocatePage()
Dpaged-spaces.cc347 MemoryAllocator::AllocationMode::kRegular, this, executable()); in Expand()
359 MemoryAllocator::AllocationMode::kRegular, this, executable()); in ExpandBackground()
/third_party/node/deps/v8/include/
Dv8-array-buffer.h173 enum class AllocationMode { kNormal, kReservation }; enum