From 8d7f516b2a255a40659ce7857fe30937a6ecf7f2 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 12 Oct 2022 18:04:39 +0200 Subject: Attribute blocks are now allocated from slabs instead of malloc() --- lib/route.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/route.h b/lib/route.h index eae251e7..50e62440 100644 --- a/lib/route.h +++ b/lib/route.h @@ -265,6 +265,7 @@ struct ea_storage { #define EALF_SORTED 1 /* Attributes are sorted by code */ #define EALF_BISECT 2 /* Use interval bisection for searching */ #define EALF_CACHED 4 /* List is cached */ +#define EALF_HUGE 8 /* List is too big to fit into slab */ struct ea_class { #define EA_CLASS_INSIDE \ -- cgit v1.2.3