aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/mmappool.h
Commit message (Expand)AuthorAgeFilesLines
* Track size on mmap/unmapHenning Baldersheim2023-10-191-0/+1
* Report peak memory usage.Henning Baldersheim2023-10-181-0/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert "Include cstdio to get declaration of FILE.""Henning Baldersheim2023-10-011-0/+1
* Revert "Include cstdio to get declaration of FILE."Andreas Eriksen2023-09-301-1/+0
* Include cstdio to get declaration of FILE.Tor Egge2023-09-301-0/+1
* Add more info on the SIGPROF signalHenning Baldersheim2023-09-141-1/+2
* Add missing include statements. Check for atomic wait support.Tor Egge2022-04-051-0/+1
* - Add interface to get the size of the mmapped area.Henning Baldersheim2022-02-151-0/+1
* - Use an unordered map.Henning Baldersheim2022-02-111-2/+2
* Expose information on direct mmap allocations.Henning Baldersheim2022-02-111-1/+3
* Add support for mmapping large allocations.Henning Baldersheim2022-02-111-0/+31