Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ _mi_random_init_weak
Function
_mi_random_init_weak
3rd/mimalloc-2.0.9/src/random.c:348–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
void _mi_random_init_weak(mi_random_ctx_t * ctx) {
349
mi_random_init_ex(ctx, true);
350
}
351
352
void _mi_random_reinit_if_weak(mi_random_ctx_t * ctx) {
353
if (ctx->weak) {
Callers
1
mi_heap_main_init
Function · 0.85
Calls
1
mi_random_init_ex
Function · 0.85
Tested by
no test coverage detected