aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/util/osmem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Ensure that both the stack and memory provided by vespamalloc are within the ↵Henning Baldersheim2023-05-231-0/+1
| | | | allowed 57 low bits of the address.
* Remove unused variables.Tor Egge2022-09-231-1/+1
|
* Add madvise(buf, len, MADV_HUGEPAGE) call to signal that you strongly prefer ↵Henning Baldersheim2022-05-111-0/+3
| | | | | | huge pages. This will make a difference if /sys/kernel/mm/transparent_hugepage/enabled has been set to [madvise], and not [always].
* Add missing include statements. Check for atomic wait support.Tor Egge2022-04-051-0/+2
|
* Use '= default'Henning Baldersheim2022-04-011-1/+1
|
* Log stacktrace when aborting in vespamalloc.Henning Baldersheim2022-04-011-13/+23
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* If there are intermediate errors that has no effect on the end result they ↵Henning Baldersheim2018-09-071-0/+4
| | | | should affect the 'errno' variable.
* NULL -> nullptrHenning Baldersheim2018-09-071-26/+38
|
* Help compiler understand that we are within boundsHenning Baldersheim2018-05-111-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Add missing includes for gcc 5.4Henning Baldersheim2016-06-171-0/+1
|
* PublishJon Bratseth2016-06-151-0/+240