Minor changes
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
This commit is contained in:
parent
edeff09e86
commit
8081bc5d67
11 changed files with 39 additions and 81 deletions
|
|
@ -22,8 +22,13 @@ namespace GC
|
|||
{
|
||||
return m_chunk;
|
||||
}
|
||||
|
||||
size_t GCEvent::get_size()
|
||||
{
|
||||
return m_size;
|
||||
}
|
||||
|
||||
const char *const GCEvent::type_to_string()
|
||||
const char *GCEvent::type_to_string()
|
||||
{
|
||||
switch (m_type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue