mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 07:49:31 +03:00
add missing mi_thread_done definition
This commit is contained in:
parent
6e9b38ac12
commit
d951b4dd23
1 changed files with 4 additions and 0 deletions
|
@ -459,6 +459,10 @@ void mi_thread_init(void) mi_attr_noexcept
|
|||
//_mi_verbose_message("thread init: 0x%zx\n", _mi_thread_id());
|
||||
}
|
||||
|
||||
void mi_thread_done(void) mi_attr_noexcept {
|
||||
_mi_thread_done(NULL);
|
||||
}
|
||||
|
||||
void _mi_thread_done(mi_heap_t* heap)
|
||||
{
|
||||
// calling with NULL implies using the default heap
|
||||
|
|
Loading…
Add table
Reference in a new issue