Searched refs:UX_DEBUG_LOG_SIZE (Results 1 – 5 of 5) sorted by relevance
114 debug_location_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()115 _ux_utility_string_length_check(source, &debug_location_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()116 debug_message_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()117 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
267 …debug_log_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_DEBUG_LOG_SIZE); in _ux_system_initialize()276 _ux_system -> ux_system_debug_log_size = UX_DEBUG_LOG_SIZE; in _ux_system_initialize()
597 #define UX_DEBUG_LOG_SIZE (1024 * 16) macro
433 #ifndef UX_DEBUG_LOG_SIZE434 #define UX_DEBUG_LOG_SIZE (1024 * 32) macro
321 #define UX_DEBUG_LOG_SIZE (1024 * 16) macro