mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Introduction of mi_mem_clear
This commit is contained in:
parent
fd3ce5dc7d
commit
e398a3d52c
3 changed files with 13 additions and 1 deletions
|
@ -230,6 +230,7 @@ mi_decl_export bool mi_heap_visit_blocks(const mi_heap_t* heap, bool visit_all_b
|
|||
mi_decl_export bool mi_is_in_heap_region(const void* p) mi_attr_noexcept;
|
||||
mi_decl_export int mi_reserve_huge_os_pages(size_t pages, double max_secs, size_t* pages_reserved) mi_attr_noexcept;
|
||||
mi_decl_export bool mi_is_redirected() mi_attr_noexcept;
|
||||
mi_decl_export void mi_mem_clear(void *p, size_t);
|
||||
|
||||
// ------------------------------------------------------
|
||||
// Convenience
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue