Searched refs:AllocationMode (Results 1 – 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 75 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/ |
D | vktMemoryAllocationTests.cpp | 75 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/ |
D | memory-allocator.h | 137 enum class AllocationMode { enum 187 MemoryAllocator::AllocationMode alloc_mode, Space* space,
|
D | new-spaces.cc | 84 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()
|
D | memory-allocator.cc | 532 Page* MemoryAllocator::AllocatePage(MemoryAllocator::AllocationMode alloc_mode, in AllocatePage() 537 if (alloc_mode == AllocationMode::kUsePool) { in AllocatePage()
|
D | paged-spaces.cc | 347 MemoryAllocator::AllocationMode::kRegular, this, executable()); in Expand() 359 MemoryAllocator::AllocationMode::kRegular, this, executable()); in ExpandBackground()
|
/third_party/node/deps/v8/include/ |
D | v8-array-buffer.h | 173 enum class AllocationMode { kNormal, kReservation }; enum
|