MCPcopy 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
3068int
3069rpmalloc_is_thread_initialized(void) {
3070 return (get_thread_heap_raw() != 0) ? 1 : 0;
3071}
3072
3073const rpmalloc_config_t*
3074rpmalloc_config(void) {

Callers

nothing calls this directly

Calls 1

get_thread_heap_rawFunction · 0.85

Tested by

no test coverage detected