summaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/overload.h
Commit message (Expand)AuthorAgeFilesLines
* Verify magic at destruction.Henning Baldersheim2023-03-201-2/+8
* [[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
* Implement aligned_allocHenning Baldersheim2023-01-311-8/+16
* Expose information on direct mmap allocations.Henning Baldersheim2022-02-111-8/+8
* Revert "Revert "Wire in mallopt(in param, int value) interface in vespamalloc...Henning Baldersheim2022-02-091-1/+6
* Revert "Wire in mallopt(in param, int value) interface in vespamalloc and ver...Arnstein Ressem2022-02-091-6/+1
* Wire in mallopt(in param, int value) interface in vespamalloc and verify simp...Henning Baldersheim2022-02-091-1/+6
* Add alloc_align attribute to memalign with glibc >= 2.34.Tor Egge2021-11-081-0/+4
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Specify default visibility for malloc, calloc, realloc and free.Tor Egge2021-06-301-0/+4
* Revert "Revert "Add support for mallinfo2 with glibc 2.33""Henning Baldersheim2021-06-301-4/+38
* Revert "Revert "Revert "Add support for mallinfo2 with glibc 2.33"""Harald Musum2021-06-291-38/+4
* Revert "Revert "Add support for mallinfo2 with glibc 2.33""Henning Baldersheim2021-06-291-4/+38
* Revert "Add support for mallinfo2 with glibc 2.33"Harald Musum2021-06-291-38/+4
* Set errno to ENOMEM on reallocarray overflow.Henning Baldersheim2021-06-291-0/+1
* Handle overflow.Henning Baldersheim2021-06-291-3/+7
* Use correct mallinfo2 structHenning Baldersheim2021-06-291-1/+1
* Add support for mallinfo2 with glibc 2.33Henning Baldersheim2021-06-291-4/+33
* Implement _malloc_usable_sizeHenning Baldersheim2021-06-281-85/+6
* Use mallinfo to report vespamalloc heap size.Henning Baldersheim2021-06-281-7/+19
* Expose a way to access vespamalloc internals.Henning Baldersheim2021-06-281-0/+5
* Handle alignment in vespamallocd too.Henning Baldersheim2020-06-091-12/+12
* Add comment about natural alignment in vespamalloc.Henning Baldersheim2020-06-091-0/+5
* Add support for new/delete with alignment that came along in c++17 with gcc 9Henning Baldersheim2020-06-091-7/+31
* Port vespamalloc overload handling to clang.Tor Egge2019-08-021-2/+17
* Use correct attributes to enable compilation with gcc 9 too.Henning Baldersheim2019-05-091-8/+8
* 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
* No dynamic exceptions in ISO c++1z, gcc 7Henning Baldersheim2017-05-051-2/+2
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-11/+11
* PublishJon Bratseth2016-06-151-0/+229