|
Hi, Can you explain your temporary_memory struct? |
Answered by
bagaffey
Sep 13, 2025
Replies: 1 comment
|
Yeah, this is used to make fast temporary memory allocations.
This thing is meant to be used in this way:
|
0 replies
Answer selected by
btgvesta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, this is used to make fast temporary memory allocations.
The temporary_memory struct has 3 properties:
This thing is meant to be used in this way: