Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ free
Function
free
source/core/StarMemory.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void free(void* ptr) {
32
je_free(ptr);
33
}
34
35
void free(void* ptr, size_t size) {
36
if (ptr)
Callers
9
allocate
Method · 0.70
reset
Method · 0.70
~Image
Method · 0.70
reset
Method · 0.70
operator delete
Function · 0.70
operator delete[]
Function · 0.70
outputStack
Function · 0.70
~SmallVector
Method · 0.70
reserve
Method · 0.70
Calls
1
rpfree
Function · 0.85
Tested by
no test coverage detected