aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/common.h
Commit message (Expand)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/+2
* Add missing include statements. Check for atomic wait support.Tor Egge2022-04-051-0/+2
* Log stacktrace when aborting in vespamalloc.Henning Baldersheim2022-04-011-31/+33
* Replace uses of templates by using an interface instead.Henning Baldersheim2022-02-141-2/+2
* Add support for mmapping large allocations.Henning Baldersheim2022-02-111-1/+1
* Remove template argumentHenning Baldersheim2022-02-101-0/+5
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove support for configuring always-reuse-limit. It has never been used in ...Henning Baldersheim2021-06-291-10/+8
* Build a histogram of currently live allocations.Henning Baldersheim2020-12-171-1/+2
* Handle alignment in vespamallocd too.Henning Baldersheim2020-06-091-0/+1
* Adjust crash hack in vespamalloc.Tor Egge2019-08-021-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
* Revert to the old code.Henning Baldersheim2017-01-071-1/+3
* Revert "Revert "Balder/vespamalloc should not depend on anything else rebased...Henning Baldersheim2017-01-071-8/+10
* Revert "Balder/vespamalloc should not depend on anything else rebased 2"Henning Baldersheim2017-01-071-10/+8
* Replace with the other msbIdx version found in vespalib::Optimized::msbIdx.Henning Baldersheim2017-01-071-3/+1
* Use fetch_add/fetch_sub instead of ++/--Henning Baldersheim2017-01-071-2/+2
* Break dependency on vespalib, use std::atomic instead.Henning Baldersheim2017-01-061-8/+12
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+2
* PublishJon Bratseth2016-06-151-0/+122