bind9/lib/isc/include
Ondřej Surý 2ddea1e41c
Add a static pre-allocated buffer to isc_buffer_t
When the buffer is allocated via isc_buffer_allocate() and the size is
smaller or equal ISC_BUFFER_STATIC_SIZE (currently 512 bytes), the
buffer will be allocated as a flexible array member in the buffer
structure itself instead of allocating it on the heap.  This should help
when the buffer is used on the hot-path with small allocations.
2022-12-20 19:13:48 +01:00
..
isc Add a static pre-allocated buffer to isc_buffer_t 2022-12-20 19:13:48 +01:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00