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

Function _mi_random_reinit_if_weak

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

Source from the content-addressed store, hash-verified

350}
351
352void _mi_random_reinit_if_weak(mi_random_ctx_t * ctx) {
353 if (ctx->weak) {
354 _mi_random_init(ctx);
355 }
356}
357
358/* --------------------------------------------------------
359test vectors from <https://tools.ietf.org/html/rfc8439>

Callers 1

mi_process_loadFunction · 0.85

Calls 1

_mi_random_initFunction · 0.85

Tested by

no test coverage detected