Home
last modified time | relevance | path

Searched refs:new_dynamic_types (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/eal/common/
H A Deal_common_log.c289 struct rte_log_dynamic_type *new_dynamic_types; in log_register() local
296 new_dynamic_types = realloc(rte_logs.dynamic_types, in log_register()
299 if (new_dynamic_types == NULL) in log_register()
301 rte_logs.dynamic_types = new_dynamic_types; in log_register()