mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 14:39:31 +03:00
add reference to page_malloc_zero in C++ build
This commit is contained in:
parent
cf10af7824
commit
0c322c5566
1 changed files with 1 additions and 0 deletions
|
@ -584,6 +584,7 @@ mi_decl_nodiscard void* mi_new_reallocn(void* p, size_t newcount, size_t size) {
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
void* _mi_externs[] = {
|
void* _mi_externs[] = {
|
||||||
(void*)&_mi_page_malloc,
|
(void*)&_mi_page_malloc,
|
||||||
|
(void*)&_mi_page_malloc_zero,
|
||||||
(void*)&_mi_heap_malloc_zero,
|
(void*)&_mi_heap_malloc_zero,
|
||||||
(void*)&_mi_heap_malloc_zero_ex,
|
(void*)&_mi_heap_malloc_zero_ex,
|
||||||
(void*)&mi_malloc,
|
(void*)&mi_malloc,
|
||||||
|
|
Loading…
Add table
Reference in a new issue