aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc
Commit message (Expand)AuthorAgeFilesLines
* Add link time dependency to atomic library (needed on Ubuntu 18.04)Tor Egge2018-06-011-0/+5
* Turn the compare opposite of the assert.Henning Baldersheim2018-05-111-1/+1
* Already have room for the zero termination.Henning Baldersheim2018-05-111-1/+1
* ensure that we have room for our strings.Henning Baldersheim2018-05-111-1/+4
* Using an assert instead of using strnxxx.Henning Baldersheim2018-05-111-2/+4
* Help compiler understand that we are within boundsHenning Baldersheim2018-05-112-2/+2
* Ensure we stay within allocated space.Henning Baldersheim2018-05-111-2/+2
* Give the libvespamallocXXX back their old names.Henning Baldersheim2017-08-301-4/+4
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-3/+3
* Vespamalloc is expected to be in lib64/vespa/mallocArnstein Ressem2017-08-161-5/+5
* Update copyright headersJon Bratseth2017-06-1460-60/+60
* Revert "Update copyright headers"Jon Bratseth2017-06-1460-60/+60
* Update copyright headersJon Bratseth2017-06-1460-60/+60
* Revert "Copyright header"Jon Bratseth2017-06-1360-60/+60
* Copyright headerJon Bratseth2017-06-1360-60/+60
* Change prefix from /opt/yahoo/vespa to /opt/vespa.Tor Egge2017-06-091-1/+1
* No dynamic exceptions in ISO c++1z, gcc 7Henning Baldersheim2017-05-051-2/+2
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-022-14/+16
* Take overhead into accountHenning Baldersheim2017-01-111-1/+1
* Can not print non existing variable.Henning Baldersheim2017-01-111-2/+2
* Terminate the stackentries and do not count empty as it does not provide any ...Henning Baldersheim2017-01-112-4/+4
* Count and show empty/invalid callstacks.Henning Baldersheim2017-01-111-2/+10
* Remove unused code. No code changes.Henning Baldersheim2017-01-111-16/+0
* Remove unused code. No code changes.Henning Baldersheim2017-01-112-107/+0
* Revert to the old code.Henning Baldersheim2017-01-071-1/+3
* Include necessary files for RHEL 6Henning Baldersheim2017-01-071-0/+3
* Revert "Revert "Balder/vespamalloc should not depend on anything else rebased...Henning Baldersheim2017-01-0715-174/+106
* Revert "Balder/vespamalloc should not depend on anything else rebased 2"Henning Baldersheim2017-01-0715-106/+174
* Simplify the for loop to a while loop since the old value is updated on failure.Henning Baldersheim2017-01-071-5/+5
* No need for explicit load as old value is reference.Henning Baldersheim2017-01-071-3/+1
* 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
* Unify on fetch_add on stat members.Henning Baldersheim2017-01-072-12/+12
* Remove unnecessary volatile.Henning Baldersheim2017-01-072-5/+2
* Remove unused code.Henning Baldersheim2017-01-071-16/+1
* Use std::atomic also for the tagged ptr.Henning Baldersheim2017-01-064-67/+36
* Include correct set of files.Henning Baldersheim2017-01-061-0/+3
* remove the indirection due to not all cpus supporting cmpXchg16 in 2007.Henning Baldersheim2017-01-065-75/+9
* Break dependency on vespalib, use std::atomic instead.Henning Baldersheim2017-01-0613-71/+119
* Do not include fastos.h in header files.Henning Baldersheim2016-12-197-20/+27
* /opt/vespa -> /opt/yahoo/vespa (#648)Arnstein Ressem2016-09-141-1/+1
* Add missing includes for gcc 5.4Henning Baldersheim2016-06-171-0/+1
* Add dl in DEPEND section.Arnstein Ressem2016-06-162-2/+4
* Merging code into new github branch.Arnstein Ressem2016-06-161-0/+2
* PublishJon Bratseth2016-06-1563-0/+4591