microsoft / mimalloc

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

Malloc the pinned memory for a 10GB picture #797

Open xinyishao opened 1 year ago

xinyishao commented 1 year ago

Hi, I am looking for the solution to replace the opencv default allocator, since it is kind of slowly. Does the mimalloc support to malloc the pinned memory for a 10GB picture efficiently?