aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc
Commit message (Expand)AuthorAgeFilesLines
* Demangle symbolsHenning Baldersheim7 days2-10/+28
* Use a quick exit with code 66 to signal out of memory.Henning Baldersheim7 days2-6/+6
* Add variable-length array comments.Tor Egge2024-04-181-0/+1
* Merge pull request #28857 from vespa-engine/balder/add-sanity-checksHenning Baldersheim2023-12-053-7/+23
|\
| * Update vespamalloc/src/vespamalloc/malloc/allocchunk.cpp Henning Baldersheim2023-10-101-1/+1
| * Update vespamalloc/src/vespamalloc/malloc/allocchunk.cpp Henning Baldersheim2023-10-101-1/+1
| * Add validation of internal malloc structures.Henning Baldersheim2023-10-102-2/+14
| * Unify code styleHenning Baldersheim2023-10-101-5/+9
* | Track size on mmap/unmapHenning Baldersheim2023-10-192-7/+7
* | Report peak memory usage.Henning Baldersheim2023-10-184-6/+20
|/
* Update copyrightJon Bratseth2023-10-0998-98/+98
* Revert "Revert "Include cstdio to get declaration of FILE.""Henning Baldersheim2023-10-011-0/+1
* Revert "Include cstdio to get declaration of FILE."Andreas Eriksen2023-09-301-1/+0
* Include cstdio to get declaration of FILE.Tor Egge2023-09-301-0/+1
* Add more info on the SIGPROF signalHenning Baldersheim2023-09-144-6/+19
* Avoid bad alignment parameter for aligned_alloc.Tor Egge2023-07-021-6/+0
* Check for nullptr in the latest new/delete overloads.Henning Baldersheim2023-06-281-6/+6
* - Add control of M_MMAP_THRESHOLD with environment variable VESPA_MALLOC_MMAP...Henning Baldersheim2023-06-233-5/+21
* Set CMAKE_CXX_STANDARD to 20.Tor Egge2023-06-171-1/+1
* Ensure that both the stack and memory provided by vespamalloc are within the ...Henning Baldersheim2023-05-233-0/+4
* Verify magic at destruction.Henning Baldersheim2023-03-201-2/+8
* 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