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

#include <memory.h>

Public Member Functions

void acquire ()
 
void release ()
 

Public Attributes

unsigned long long gc_refcount
 
unsigned long long type_id
 
unsigned long long value
 

Detailed Description

Definition at line 35 of file memory.h.

Member Function Documentation

◆ acquire()

void acquire ( )

Definition at line 243 of file memory.cpp.

References gc_refcount.

◆ release()

void release ( )

Definition at line 236 of file memory.cpp.

References gc_refcount, and runtime_finalize_object().

Here is the call graph for this function:

Member Data Documentation

◆ gc_refcount

◆ type_id

unsigned long long type_id

Definition at line 37 of file memory.h.

◆ value


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