[memory] Decrease number of inlined elements in grpc_slice_buffer from 7->6 (#35622)

Closes #35622

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35622 from ananda1066:decrease_buffer 7d16442587
PiperOrigin-RevId: 600544024
pull/35628/head
Alisha Nanda 1 year ago committed by Copybara-Service
parent 5bf0971972
commit a32e6d4a6c
  1. 2
      include/grpc/impl/slice_type.h

@ -74,7 +74,7 @@ struct grpc_slice {
} data;
};
#define GRPC_SLICE_BUFFER_INLINE_ELEMENTS 7
#define GRPC_SLICE_BUFFER_INLINE_ELEMENTS 6
/** Represents an expandable array of slices, to be interpreted as a
single item. */

Loading…
Cancel
Save