mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
update docs
This commit is contained in:
parent
8f481d34dd
commit
d68a7fc3e6
4 changed files with 294 additions and 296 deletions
|
@ -547,7 +547,6 @@ mi_heap_t* mi_heap_new_in_arena(mi_arena_id_t arena_id);
|
|||
///
|
||||
/// The \a arena_id can be used by runtimes to allocate only in a specified pre-reserved arena.
|
||||
/// This is used for example for a compressed pointer heap in Koka.
|
||||
///
|
||||
/// The \a heap_tag enables heaps to keep objects of a certain type isolated to heaps with that tag.
|
||||
/// This is used for example in the CPython integration.
|
||||
mi_heap_t* mi_heap_new_ex(int heap_tag, bool allow_destroy, mi_arena_id_t arena_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue