Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ realloc
Function
realloc
source/core/StarMemory.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void* realloc(void* ptr, size_t size) {
28
return je_realloc(ptr, size);
29
}
30
31
void free(void* ptr) {
32
je_free(ptr);
Callers
3
allocate
Method · 0.70
reserve
Method · 0.70
reset
Method · 0.70
Calls
1
rprealloc
Function · 0.85
Tested by
no test coverage detected