15#ifndef ARCANE_CORE_DYNAMICMACHINEMEMORYWINDOWBASE_H 
   16#define ARCANE_CORE_DYNAMICMACHINEMEMORYWINDOWBASE_H 
   22#include "arcane/utils/Ref.h" 
   24#include "arccore/base/Span.h" 
   36class IParallelMngInternal;
 
   39  class IDynamicMachineMemoryWindowBaseInternal;
 
 
   45class ARCANE_CORE_EXPORT DynamicMachineMemoryWindowBase
 
   64  void addToAnotherSegment();
 
   70  void reserve(
Int64 new_nb_elem_segment_capacity);
 
   73  void resize(
Int64 new_nb_elem_segment);
 
   80  IParallelMngInternal* m_pm_internal;
 
 
Déclarations des types généraux de Arcane.
Vue constante d'un tableau de type T.
Interface du gestionnaire de parallélisme pour un sous-domaine.
Référence à une instance.
Vue d'un tableau d'éléments de type T.
Déclarations des types et méthodes utilisés par les mécanismes d'échange de messages.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int64_t Int64
Type entier signé sur 64 bits.
std::int32_t Int32
Type entier signé sur 32 bits.