aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/mmappool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a quick exit with code 66 to signal out of memory.Henning Baldersheim2024-05-061-2/+2
* Track size on mmap/unmapHenning Baldersheim2023-10-191-7/+6
* Report peak memory usage.Henning Baldersheim2023-10-181-2/+10
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add more info on the SIGPROF signalHenning Baldersheim2023-09-141-3/+12
* Add madvise(buf, len, MADV_HUGEPAGE) call to signal that you strongly prefer ...Henning Baldersheim2022-05-111-0/+3
* Include algorithm header file, needed for std::for_each and std::sort.Tor Egge2022-04-231-0/+1
* Add missing include statements. Check for atomic wait support.Tor Egge2022-04-051-0/+1
* Log stacktrace when aborting in vespamalloc.Henning Baldersheim2022-04-011-8/+7
* - Unify error handling to not check for nullptr, which can not happen.Henning Baldersheim2022-02-151-0/+1
* - Add interface to get the size of the mmapped area.Henning Baldersheim2022-02-151-0/+7
* Remove tracking of mmapping on unmap.Henning Baldersheim2022-02-141-0/+1
* Expose information on direct mmap allocations.Henning Baldersheim2022-02-111-0/+15
* Add support for mmapping large allocations.Henning Baldersheim2022-02-111-0/+88