12#ifndef ARCANE_UTILS_IMEMORYRESOURCEMNG_H 
   13#define ARCANE_UTILS_IMEMORYRESOURCEMNG_H 
   24class IMemoryRessourceMngInternal;
 
   59  virtual IMemoryRessourceMngInternal* 
_internal() = 0;
 
 
Déclarations des types utilisés dans Arcane.
Interface d'un allocateur pour la mémoire.
virtual IMemoryAllocator * getAllocator(eMemoryResource r, bool throw_if_not_found)=0
Allocateur mémoire pour la ressource r.
virtual IMemoryRessourceMngInternal * _internal()=0
Interface interne.
virtual IMemoryAllocator * getAllocator(eMemoryResource r)=0
Allocateur mémoire pour la ressource r.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
eMemoryResource
Liste des ressources mémoire disponibles.