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.
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.
Interface d'un allocateur pour la mémoire.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-