mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
potential fix for windows static linking with thread creation in dll's
This commit is contained in:
parent
312ce6f916
commit
3e1d800e9b
4 changed files with 38 additions and 9 deletions
|
@ -60,6 +60,8 @@ void _mi_error_message(int err, const char* fmt, ...);
|
|||
|
||||
// random.c
|
||||
void _mi_random_init(mi_random_ctx_t* ctx);
|
||||
void _mi_random_init_weak(mi_random_ctx_t* ctx);
|
||||
void _mi_random_reinit_if_weak(mi_random_ctx_t * ctx);
|
||||
void _mi_random_split(mi_random_ctx_t* ctx, mi_random_ctx_t* new_ctx);
|
||||
uintptr_t _mi_random_next(mi_random_ctx_t* ctx);
|
||||
uintptr_t _mi_heap_random_next(mi_heap_t* heap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue