Sultan Alsawaf 86b3127828
bpf: Avoid allocating small buffers for map keys and values
Most, if not all, map keys and values are rather small and can fit on
the stack, eliminating the need to allocate them dynamically. Reserve
some small stack buffers for them to avoid dynamic memory allocation.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: azrim <mirzaspc@gmail.com>
2022-05-03 06:17:08 +07:00
..
2018-11-08 07:43:01 -08:00
2022-02-09 08:14:50 +01:00
2019-12-01 09:36:51 +01:00
2020-10-01 17:59:29 +02:00
2018-03-11 17:37:01 +01:00
2019-07-31 07:28:25 +02:00
2018-11-08 07:43:01 -08:00
2021-10-17 10:38:56 +02:00