summaryrefslogtreecommitdiffstats
path: root/vespamalloc
Commit message (Expand)AuthorAgeFilesLines
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* 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
* Remove MultiOperationHenning Baldersheim2018-03-191-6/+0
* For gcc 7 it depends if it uses its own libatomic which we do for RHEL6.Henning Baldersheim2017-12-121-1/+1
* hmm, gcc 7 built from scratch and centos version behaves differently.Henning Baldersheim2017-12-121-0/+5
* Earlier bug on gcc 7 has been fixed it seems.Henning Baldersheim2017-12-121-5/+0
* Wire in for live reconfiguration of DocumentStore.Henning Baldersheim2017-10-051-3/+3
* Update tests with correct library name.Henning Baldersheim2017-08-309-12/+12
* 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
* Include only what you need.Henning Baldersheim2017-08-185-0/+6
* Vespamalloc is expected to be in lib64/vespa/mallocArnstein Ressem2017-08-161-5/+5
* Use explicit fetch_xxx instead of --/++ to signal costly operations.Henning Baldersheim2017-08-111-2/+2
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-113-116/+7
* Add link to reason for gcc behavior change.Henning Baldersheim2017-08-111-0/+1
* Document behavioral change between gcc 6 and 7.Henning Baldersheim2017-08-111-0/+4
* Update copyright headersJon Bratseth2017-06-1496-91/+96
* Revert "Update copyright headers"Jon Bratseth2017-06-1496-96/+91
* Update copyright headersJon Bratseth2017-06-1496-91/+96
* Revert "Copyright header"Jon Bratseth2017-06-1396-96/+91
* Copyright headerJon Bratseth2017-06-1396-91/+96
* Rename utility program for memory profiling.Tor Egge2017-06-131-1/+1
* Change prefix from /opt/yahoo/vespa to /opt/vespa.Tor Egge2017-06-091-1/+1
* Need to link with libatomic.Henning Baldersheim2017-05-051-0/+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-023-15/+17
* Add overrideHenning Baldersheim2017-04-296-36/+17
* Revert "Balder/enforce override 2"Arne H Juul2017-04-246-17/+36
* Use overrideHenning Baldersheim2017-04-236-36/+17
* add override in vespamalloc moduleArne H Juul2017-04-1010-22/+22
* 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-0726-222/+147
* Revert "Balder/vespamalloc should not depend on anything else rebased 2"Henning Baldersheim2017-01-0726-147/+222
* 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