Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::MemoryInfoChunk Class Reference

Information about an allocated chunk. More...

#include <arcane/utils/IMemoryInfo.h>

Public Member Functions

 MemoryInfoChunk (const void *aowner, Int64 asize, Int64 alloc_id, Integer aiteration)
const void * owner () const
Int64 size () const
Int64 allocId () const
Integer iteration () const
const StringstackTrace () const
void setOwner (const void *o)
void setStackTrace (const String &st)

Detailed Description

Information about an allocated chunk.

Definition at line 32 of file IMemoryInfo.h.

Constructor & Destructor Documentation

◆ MemoryInfoChunk() [1/2]

Arcane::MemoryInfoChunk::MemoryInfoChunk ( )
inline

Definition at line 36 of file IMemoryInfo.h.

◆ MemoryInfoChunk() [2/2]

Arcane::MemoryInfoChunk::MemoryInfoChunk ( const void * aowner,
Int64 asize,
Int64 alloc_id,
Integer aiteration )
inline

Definition at line 42 of file IMemoryInfo.h.

Member Function Documentation

◆ allocId()

Int64 Arcane::MemoryInfoChunk::allocId ( ) const
inline

Definition at line 53 of file IMemoryInfo.h.

◆ iteration()

Integer Arcane::MemoryInfoChunk::iteration ( ) const
inline

Definition at line 54 of file IMemoryInfo.h.

◆ owner()

const void * Arcane::MemoryInfoChunk::owner ( ) const
inline

Definition at line 51 of file IMemoryInfo.h.

◆ setOwner()

void Arcane::MemoryInfoChunk::setOwner ( const void * o)
inline

Definition at line 59 of file IMemoryInfo.h.

◆ setStackTrace()

void Arcane::MemoryInfoChunk::setStackTrace ( const String & st)
inline

Definition at line 60 of file IMemoryInfo.h.

◆ size()

Int64 Arcane::MemoryInfoChunk::size ( ) const
inline

Definition at line 52 of file IMemoryInfo.h.

◆ stackTrace()

const String & Arcane::MemoryInfoChunk::stackTrace ( ) const
inline

Definition at line 55 of file IMemoryInfo.h.


The documentation for this class was generated from the following file: