File wrapResourceManager.cpp¶
↰ Parent directory (umpire/interface/c_fortran)
Definition (umpire/interface/c_fortran/wrapResourceManager.cpp)¶
Includes¶
stringumpire/Allocator.hpp(File Allocator.hpp)umpire/ResourceManager.hpp(File ResourceManager.hpp)umpire/strategy/AllocationAdvisor.hpp(File AllocationAdvisor.hpp)umpire/strategy/AllocationPrefetcher.hpp(File AllocationPrefetcher.hpp)umpire/strategy/DynamicPool.hpp(File DynamicPool.hpp)umpire/strategy/DynamicPoolList.hpp(File DynamicPoolList.hpp)umpire/strategy/FixedPool.hpp(File FixedPool.hpp)umpire/strategy/NamedAllocationStrategy.hpp(File NamedAllocationStrategy.hpp)umpire/strategy/QuickPool.hpp(File QuickPool.hpp)umpire/strategy/ThreadSafeAllocator.hpp(File ThreadSafeAllocator.hpp)wrapResourceManager.h(File wrapResourceManager.h)
Functions¶
Function umpire_resourcemanager_add_alias(umpire_resourcemanager *, const char *, umpire_allocator)
Function umpire_resourcemanager_copy_all(umpire_resourcemanager *, void *, void *)
Function umpire_resourcemanager_copy_with_size(umpire_resourcemanager *, void *, void *, size_t)
Function umpire_resourcemanager_deallocate(umpire_resourcemanager *, void *)
Function umpire_resourcemanager_get_instance(umpire_resourcemanager *)
Function umpire_resourcemanager_get_size(umpire_resourcemanager *, void *)
Function umpire_resourcemanager_has_allocator(umpire_resourcemanager *, void *)
Function umpire_resourcemanager_is_allocator_id(umpire_resourcemanager *, int)
Function umpire_resourcemanager_is_allocator_name(umpire_resourcemanager *, const char *)
Function umpire_resourcemanager_memset_all(umpire_resourcemanager *, void *, int)
Function umpire_resourcemanager_memset_with_size(umpire_resourcemanager *, void *, int, size_t)
Function umpire_resourcemanager_move(umpire_resourcemanager *, void *, umpire_allocator)
Function umpire_resourcemanager_reallocate_default(umpire_resourcemanager *, void *, size_t)