aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/dlmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-22vppinfra: fix typo in dlmalloc.cDave Barach1-1/+1
2019-12-17misc: address sanitizer: do not instrument dlmalloc internalsBenoît Ganne1-0/+4
2019-12-17misc: address sanitizer: fix instrumentationBenoît Ganne1-0/+2
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-1/+22
2019-06-16vlib: add "memory-trace stats-segment"Dave Barach1-10/+19
2019-04-16dlmalloc: honor 8 byte alignment requestsFlorin Coras1-1/+1
2019-04-11vppinfra: fix the issue that mheap_get_trace record wrong pointerWei CHEN1-1/+1
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-16/+15
2018-09-27Trivial: Cleanup some typos.Paul Vinciguerra1-5/+5
2018-08-24Rename struct mallinfo -> struct dlmallinfoDave Barach1-4/+4
2018-08-23clib_mem_is_heap_object() needs to recognize sys_alloc segmentsDave Barach1-0/+4
2018-08-06dlmalloc compiles errors with clangNeale Ranns1-1/+5
2018-07-31Poison freed memory objectsDave Barach1-0/+8
2018-07-28session/dlmalloc: coverity fixesFlorin Coras1-1/+2
2018-07-27dlmalloc: use static magic constant for debug imagesFlorin Coras1-0/+3
2018-07-19Fix coverity warning / legitimate minor bugDave Barach1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+5098