hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
YoiIntegerObject Struct Reference

#include <memory.h>

Public Member Functions

void acquire ()
 
void release ()
 

Public Attributes

unsigned long long gc_refcount
 
unsigned long long type_id
 
long long value
 

Detailed Description

Definition at line 25 of file memory.h.

Member Function Documentation

◆ acquire()

void acquire ( )

Definition at line 177 of file memory.cpp.

References gc_refcount.

◆ release()

void release ( )

Definition at line 170 of file memory.cpp.

References gc_refcount, and runtime_finalize_object().

Here is the call graph for this function:

Member Data Documentation

◆ gc_refcount

unsigned long long gc_refcount

◆ type_id

unsigned long long type_id

Definition at line 27 of file memory.h.

Referenced by runtime_signal_handler(), and runtime_signal_register().

◆ value

long long value

The documentation for this struct was generated from the following files: