MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / _mi_random_init

Function _mi_random_init

3rd/mimalloc-2.0.9/src/random.c:344–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void _mi_random_init(mi_random_ctx_t* ctx) {
345 mi_random_init_ex(ctx, false);
346}
347
348void _mi_random_init_weak(mi_random_ctx_t * ctx) {
349 mi_random_init_ex(ctx, true);

Callers 3

mi_heap_main_initFunction · 0.85
_mi_heap_initFunction · 0.85

Calls 1

mi_random_init_exFunction · 0.85

Tested by

no test coverage detected