aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/hash.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2022-04-12vppinfra: vector perf improvementsDamjan Marion1-2/+3
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-03-30vppinfra: vector allocator reworkDamjan Marion1-10/+3
2022-03-28vppinfra: avoid mem overflow in hash_memory()Damjan Marion1-209/+21
2022-03-17vppinfra: vec_max_len, vec_mem_size use stored header sizeDamjan Marion1-2/+2
2022-03-17vppinfra: move hash bitmap out of vec headerDamjan Marion1-3/+9
2022-03-14vppinfra: fix vec capacityFlorin Coras1-2/+2
2021-12-17vppinfra: missing __clib_exportbenker1-1/+1
2021-10-07vppinfra: asan: improve overflow semanticBenoît Ganne1-12/+16
2021-05-06vppinfra: fix testsDamjan Marion1-5/+5
2021-02-15vppinfra: fix memcpy undefined behaviourBenoît Ganne1-9/+9
2020-10-17vppinfra: explicitly export symbolsDamjan Marion1-16/+16
2019-11-27misc: add address sanitizer heap instrumentationBenoît Ganne1-4/+12
2019-10-11vppinfra: fix page boundary crossing bug in hash_memory64Dave Barach1-4/+47
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-10/+10
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-06-05VPP API: Memory traceOle Troan1-0/+8
2018-05-05autodetect alignment during _vec_resizeDamjan Marion1-1/+1
2017-11-03silence clib_mem_unaligned() invalid read found by address-sanitizerGabriel Ganne1-19/+28
2017-11-01fix clib_mem_unaligned() invalid readGabriel Ganne1-17/+18
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+1095