Home
last modified time | relevance | path

Searched refs:INVALID_ALLOCATOR_ID (Results 1 – 10 of 10) sorted by relevance

/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DBuffer.hpp176 Buffer* allocate(int allocID = INVALID_ALLOCATOR_ID);
189 int allocID = INVALID_ALLOCATOR_ID);
301 void* allocateBytes(IndexType num_bytes, int allocID = INVALID_ALLOCATOR_ID);
H A DGroup.hpp661 int allocID = INVALID_ALLOCATOR_ID);
682 int allocID = INVALID_ALLOCATOR_ID);
700 int allocID = INVALID_ALLOCATOR_ID);
H A DView.hpp355 View* allocate(int allocID = INVALID_ALLOCATOR_ID);
368 int allocID = INVALID_ALLOCATOR_ID);
379 View* allocate(const DataType& dtype, int allocID = INVALID_ALLOCATOR_ID);
H A DBuffer.cpp28 if(allocID == INVALID_ALLOCATOR_ID) in getValidAllocatorID()
H A DView.cpp1708 if(allocID == INVALID_ALLOCATOR_ID) in getValidAllocatorID()
H A DGroup.cpp2733 if(allocID == INVALID_ALLOCATOR_ID) in getValidAllocatorID()
/dports/science/axom/axom-0.6.1/src/axom/core/execution/
H A Dexecution_space.hpp86 static int allocatorID() noexcept { return axom::INVALID_ALLOCATOR_ID; }; in allocatorID()
/dports/science/axom/axom-0.6.1/src/axom/core/tests/
H A Dcore_execution_space.hpp51 axom::INVALID_ALLOCATOR_ID); in check_invalid()
/dports/science/axom/axom-0.6.1/src/axom/core/
H A Dmemory_management.hpp27 constexpr int INVALID_ALLOCATOR_ID = -1; variable
H A DArray.hpp207 other.m_allocator_id = INVALID_ALLOCATOR_ID; in operator =()
677 other.m_allocator_id = INVALID_ALLOCATOR_ID; in Array()