microsoft / mimalloc

mimalloc is a compact general purpose allocator with excellent performance.
MIT License
10.45k stars 843 forks source link

What interface is redirected _expand_base #831

Open lhtestw2 opened 9 months ago

lhtestw2 commented 9 months ago

In the logs, I found that functions such as _expand_base are redirected into mimalloc, and I want to know what is the destination of the redirection. image