Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ rpmalloc_is_thread_initialized
Function
rpmalloc_is_thread_initialized
source/extern/rpmalloc.c:3068–3071 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3066
}
3067
3068
int
3069
rpmalloc_is_thread_initialized(void) {
3070
return (get_thread_heap_raw() != 0) ? 1 : 0;
3071
}
3072
3073
const rpmalloc_config_t*
3074
rpmalloc_config(void) {
Callers
nothing calls this directly
Calls
1
get_thread_heap_raw
Function · 0.85
Tested by
no test coverage detected