13#ifndef ARCANE_IMPL_MEMORYBUFFER_H
14#define ARCANE_IMPL_MEMORYBUFFER_H
18#include "arcane/utils/Array.h"
19#include "arcane/utils/Ref.h"
32class ARCANE_UTILS_EXPORT MemoryBuffer
50 auto* memory =
new MemoryBuffer(allocator);
65 Span<std::byte> bytes() {
return m_buffer; }
66 IMemoryAllocator* allocator()
const {
return m_buffer.allocator(); }
Interface d'un allocateur pour la mémoire.
void resize(Int64 new_size)
Redimensionne la zone mémoire.
UniqueArray< std::byte > m_buffer
Buffer contenant les données.
static Ref< MemoryBuffer > create(IMemoryAllocator *allocator)
Créé une instance de MemoryBuffer.
Référence à une instance.
Vue d'un tableau d'éléments de type T.
Vecteur 1D de données avec sémantique par valeur (style STL).
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
std::int64_t Int64
Type entier signé sur 64 bits.
auto makeRef(InstanceType *t) -> Ref< InstanceType >
Créé une référence sur un pointeur.