merge from dev

This commit is contained in:
Daan 2025-02-10 20:15:42 -08:00
commit aae2e0b2f6
5 changed files with 17 additions and 9 deletions

View file

@ -166,6 +166,10 @@ mi_heap_t* mi_heap_get_backing(void) {
return bheap;
}
void mi_heap_set_in_threadpool(void) mi_attr_noexcept {
// nothing
}
// todo: make order of parameters consistent (but would that break compat with CPython?)
void _mi_heap_init(mi_heap_t* heap, mi_arena_id_t arena_id, bool allow_destroy, uint8_t heap_tag, mi_tld_t* tld)
{