Home
last modified time | relevance | path

Searched refs:AllocationMode (Results 1 - 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A 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;
916 tcu::TestCaseGroup* createAllocationTestsCommon (tcu::TestContext& testCtx, AllocationMode allocationMode)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A 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 allocationMode)
/third_party/node/deps/v8/src/heap/
H A Dmemory-allocator.h137 enum class AllocationMode { class in v8::internal::MemoryAllocator
183 // Allocates a Page from the allocator. AllocationMode is used to indicate
187 MemoryAllocator::AllocationMode alloc_mode, Space* space,
H A 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()
H A Dmemory-allocator.cc532 Page* MemoryAllocator::AllocatePage(MemoryAllocator::AllocationMode alloc_mode, in AllocatePage()
537 if (alloc_mode == AllocationMode::kUsePool) { in AllocatePage()
H A Dpaged-spaces.cc347 MemoryAllocator::AllocationMode::kRegular, this, executable()); in Expand()
359 MemoryAllocator::AllocationMode::kRegular, this, executable()); in ExpandBackground()
/third_party/node/deps/v8/include/
H A Dv8-array-buffer.h173 enum class AllocationMode { kNormal, kReservation }; class in v8::ArrayBuffer::Allocator
/third_party/node/deps/v8/include/v8-include/
H A Dv8-array-buffer.h189 enum class AllocationMode { kNormal, kReservation }; class in v8::ArrayBuffer::Allocator

Completed in 10 milliseconds