summaryrefslogtreecommitdiffstats
path: root/vespamalloc
Commit message (Expand)AuthorAgeFilesLines
* re-apply "remove fastos"Håvard Pettersen2023-03-011-0/+3
* Revert "remove fastos"Harald Musum2023-02-281-3/+0
* remove fastosHåvard Pettersen2023-02-281-0/+3
* untangle vespamalloc from fastosHåvard Pettersen2023-02-236-45/+45
* Merge pull request #26043 from vespa-engine/balder/use-correct-implementationHenning Baldersheim2023-02-152-22/+21
|\
| * Use correct implementation for x86_64Henning Baldersheim2023-02-151-1/+1
| * Add noexcept and nodiscardHenning Baldersheim2023-02-152-21/+20
* | Put independent function to copy memory in separate compilation unit.Henning Baldersheim2023-02-154-19/+32
|/
* [[maybe_unused]] works for all compilers now.Henning Baldersheim2023-02-141-4/+1
* GC cfree aliases that are long gone.Henning Baldersheim2023-02-141-10/+0
* Reduce the scope of the clang special branch.Henning Baldersheim2023-02-141-12/+11
* Avoid non-power-of-two-alignment warning.Tor Egge2023-02-011-11/+25
* Implement aligned_allocHenning Baldersheim2023-01-315-14/+66
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-203-3/+3
* Make vespamalloc overwrite unit test slightly less fragile.Tor Egge2022-10-231-14/+21
* Remove unused variables.Tor Egge2022-09-231-1/+1
* Remove ancient vespamalloc output parsing scriptTor Brede Vekterli2022-07-212-315/+0
* Use clang attribute to turn off optimization when compiling with clang.Tor Egge2022-05-311-0/+5
* Improve error message by being explicit and avoid perror.Henning Baldersheim2022-05-231-7/+7
* Just log error when giving advise.Henning Baldersheim2022-05-221-3/+4
* Just log error when giving advise.Henning Baldersheim2022-05-211-2/+3
* Add copyrightHenning Baldersheim2022-05-131-0/+2
* Add experimental library for loading code into huge pages.Henning Baldersheim2022-05-133-0/+141
* Add madvise(buf, len, MADV_HUGEPAGE) call to signal that you strongly prefer ...Henning Baldersheim2022-05-112-0/+6
* Include algorithm header file, needed for std::for_each and std::sort.Tor Egge2022-04-232-0/+2
* Add missing include statements. Check for atomic wait support.Tor Egge2022-04-057-0/+9
* Use '= default'Henning Baldersheim2022-04-011-1/+1
* Log stacktrace when aborting in vespamalloc.Henning Baldersheim2022-04-0111-83/+92
* Handle 64k page size in vespamalloc testatomic unit test.Tor Egge2022-03-231-11/+15
* handle eof vs actual empty lines correctlyHåvard Pettersen2022-03-052-2/+2
* gc old process codeHåvard Pettersen2022-03-053-21/+8
* Merge pull request #21440 from vespa-engine/toregge/remove-inlining-warnings-...Henning Baldersheim2022-02-271-0/+9
|\
| * Remove inlining warnings (vespamalloc).Tor Egge2022-02-271-0/+9
* | Use pointers to functions to hide delete from compiler.Tor Egge2022-02-272-4/+18
|/
* - Unify error handling to not check for nullptr, which can not happen.Henning Baldersheim2022-02-153-19/+16
* - Add interface to get the size of the mmapped area.Henning Baldersheim2022-02-158-69/+121
* Remove tracking of mmapping on unmap.Henning Baldersheim2022-02-143-0/+32
* Use consisten casingHenning Baldersheim2022-02-142-8/+8
* Replace uses of templates by using an interface instead.Henning Baldersheim2022-02-1413-392/+394
* Move FreeListT out to separate file.Henning Baldersheim2022-02-1414-269/+304
* Consistent use of types.Henning Baldersheim2022-02-121-4/+4
* Use a typedef for the block index, and reduce it from 64 to 32 bit which is p...Henning Baldersheim2022-02-112-51/+69
* - Use an unordered map.Henning Baldersheim2022-02-112-6/+15
* Expose information on direct mmap allocations.Henning Baldersheim2022-02-117-22/+55
* Add support for mmapping large allocations.Henning Baldersheim2022-02-1111-23/+186
* Remove template argumentHenning Baldersheim2022-02-1018-155/+171
* Let default limit be 1G, and add extra comment about usage and non-usage.Henning Baldersheim2022-02-091-1/+1
* Add back <functional> headerHenning Baldersheim2022-02-091-0/+1
* Revert "Revert "Wire in mallopt(in param, int value) interface in vespamalloc...Henning Baldersheim2022-02-096-6/+50
* Revert "Wire in mallopt(in param, int value) interface in vespamalloc and ver...Arnstein Ressem2022-02-096-50/+6