Skip to content

Commit

Permalink
Declare the arena array as inlinefirst
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Aug 19, 2024
1 parent 99e23b7 commit dc8e0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/lwan-arena.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "lwan-array.h"
#include "lwan-coro.h"

DEFINE_ARRAY_TYPE(ptr_array, void *)
DEFINE_ARRAY_TYPE_INLINEFIRST(ptr_array, void *)

struct arena {
struct ptr_array ptrs;
Expand Down

0 comments on commit dc8e0f0

Please sign in to comment.