Management of a memory buffer.
More...
#include <arcane/utils/internal/MemoryBuffer.h>
Management of a memory buffer.
Definition at line 34 of file MemoryBuffer.h.
◆ MemoryBuffer()
◆ allocator()
◆ bytes() [1/2]
| Span< std::byte > Arcane::MemoryBuffer::bytes |
( |
| ) |
|
|
inline |
◆ bytes() [2/2]
| Span< const std::byte > Arcane::MemoryBuffer::bytes |
( |
| ) |
const |
|
inline |
◆ create()
◆ resize()
| void Arcane::MemoryBuffer::resize |
( |
Int64 | new_size | ) |
|
|
inline |
Resizes the memory area.
No initialization is performed. If the size decreases resize() has no effect.
Definition at line 65 of file MemoryBuffer.h.
References m_buffer.
◆ m_buffer
The documentation for this class was generated from the following file: