|
|
|
@ -53,11 +53,6 @@ const char* const description_posix_event_engine_enable_polling = |
|
|
|
|
"If set, enables polling on the default posix event engine."; |
|
|
|
|
const char* const description_free_large_allocator = |
|
|
|
|
"If set, return all free bytes from a \042big\042 allocator"; |
|
|
|
|
#ifdef NDEBUG |
|
|
|
|
const bool kDefaultForDebugOnly = false; |
|
|
|
|
#else |
|
|
|
|
const bool kDefaultForDebugOnly = true; |
|
|
|
|
#endif |
|
|
|
|
} // namespace
|
|
|
|
|
|
|
|
|
|
namespace grpc_core { |
|
|
|
@ -72,8 +67,7 @@ const ExperimentMetadata g_experiment_metadata[] = { |
|
|
|
|
false}, |
|
|
|
|
{"unconstrained_max_quota_buffer_size", |
|
|
|
|
description_unconstrained_max_quota_buffer_size, false}, |
|
|
|
|
{"new_hpack_huffman_decoder", description_new_hpack_huffman_decoder, |
|
|
|
|
kDefaultForDebugOnly}, |
|
|
|
|
{"new_hpack_huffman_decoder", description_new_hpack_huffman_decoder, true}, |
|
|
|
|
{"event_engine_client", description_event_engine_client, false}, |
|
|
|
|
{"monitoring_experiment", description_monitoring_experiment, true}, |
|
|
|
|
{"promise_based_client_call", description_promise_based_client_call, false}, |
|
|
|
|