Age | Commit message (Expand) | Author | Files | Lines |
2020-11-10 | vpp: use vpp heap for libc |  Benoît Ganne | 1 | -5/+7 |
2020-10-17 | vppinfra: explicitly export symbols |  Damjan Marion | 1 | -14/+14 |
2020-10-06 | vppinfra: add heap header in front of dlmalloc space |  Damjan Marion | 1 | -86/+133 |
2020-10-02 | vppinfra: use clib_mem_create_heap() to create numa heap(s) |  Damjan Marion | 1 | -25/+0 |
2020-09-28 | vppinfra: don't call dlmalloc API directly from the code |  Damjan Marion | 1 | -24/+35 |
2020-09-17 | stats: configurable page size |  Damjan Marion | 1 | -0/+13 |
2020-09-17 | vppinfra: support main heap with different page sizes |  Damjan Marion | 1 | -2/+28 |
2020-09-17 | vppinfra: detect memory attributes on clib_mem_init |  Damjan Marion | 1 | -0/+2 |
2020-09-16 | vppinfra: introduce clib_mem_main |  Damjan Marion | 1 | -3/+0 |
2020-08-28 | vppinfra: add clib_mem_destroy_mspace(void *ms) |  Dave Barach | 1 | -0/+17 |
2020-05-22 | vppinfra: remove include |  Damjan Marion | 1 | -1/+0 |
2020-02-23 | vppinfra: deprecate CLIB_VEC64 |  Dave Barach | 1 | -4/+0 |
2020-02-10 | vppinfra: use vm memory allocator for numa mapping |  Florin Coras | 1 | -35/+14 |
2020-02-05 | vppinfra: numa vector placement support |  Dave Barach | 1 | -4/+60 |
2019-12-17 | misc: address sanitizer: fix instrumentation |  Benoît Ganne | 1 | -1/+2 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 1 | -0/+2 |
2019-06-18 | stats: fix memory leakage when adding / deleting interfaces |  Ole Troan | 1 | -0/+15 |
2019-06-16 | vlib: add "memory-trace stats-segment" |  Dave Barach | 1 | -9/+22 |
2018-10-24 | vppinfra: autodetect default hugepage size |  Damjan Marion | 1 | -27/+0 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 1 | -2/+2 |
2018-09-03 | Compile vppinfra on macOS |  Damjan Marion | 1 | -1/+1 |
2018-08-24 | Rename struct mallinfo -> struct dlmallinfo |  Dave Barach | 1 | -1/+1 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 1 | -0/+476 |