aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/mem_dlmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06vppinfra: fix memory tracesBenoît Ganne1-49/+82
2023-03-06vppinfra: display only the 1st 50 memory traces by defaultBenoît Ganne1-2/+4
2022-05-24vppinfra: fix memory traceLeung Lai Yung1-0/+5
2022-04-29vppinfra: fix clib_mem_destroyDamjan Marion1-2/+1
2022-04-05vppinfra: refactor address sanitizerDamjan Marion1-8/+7
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-03-31vppinfra: vectors with non-default heapDamjan Marion1-40/+92
2022-03-30vppinfra: vector allocator reworkDamjan Marion1-10/+142
2021-05-06vppinfra: fix testsDamjan Marion1-2/+2
2021-05-06stats: memory heap countersOle Troan1-7/+10
2020-11-10vpp: use vpp heap for libcBenoît Ganne1-5/+7
2020-10-17vppinfra: explicitly export symbolsDamjan Marion1-14/+14
2020-10-06vppinfra: add heap header in front of dlmalloc spaceDamjan Marion1-86/+133
2020-10-02vppinfra: use clib_mem_create_heap() to create numa heap(s)Damjan Marion1-25/+0
2020-09-28vppinfra: don't call dlmalloc API directly from the codeDamjan Marion1-24/+35
2020-09-17stats: configurable page sizeDamjan Marion1-0/+13
2020-09-17vppinfra: support main heap with different page sizesDamjan Marion1-2/+28
2020-09-17vppinfra: detect memory attributes on clib_mem_initDamjan Marion1-0/+2
2020-09-16vppinfra: introduce clib_mem_mainDamjan Marion1-3/+0
2020-08-28vppinfra: add clib_mem_destroy_mspace(void *ms)Dave Barach1-0/+17
2020-05-22vppinfra: remove includeDamjan Marion1-1/+0
2020-02-23vppinfra: deprecate CLIB_VEC64Dave Barach1-4/+0
2020-02-10vppinfra: use vm memory allocator for numa mappingFlorin Coras1-35/+14
2020-02-05vppinfra: numa vector placement supportDave Barach1-4/+60
2019-12-17misc: address sanitizer: fix instrumentationBenoît Ganne1-1/+2
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-0/+2
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan1-0/+15
2019-06-16vlib: add "memory-trace stats-segment"Dave Barach1-9/+22
2018-10-24vppinfra: autodetect default hugepage sizeDamjan Marion1-27/+0
2018-10-23c11 safe string handling supportDave Barach1-2/+2
2018-09-03Compile vppinfra on macOSDamjan Marion1-1/+1
2018-08-24Rename struct mallinfo -> struct dlmallinfoDave Barach1-1/+1
2018-07-18Add config option to use dlmalloc instead of mheapDave Barach1-0/+476