Searched refs:UX_DEBUG_LOG_SIZE (Results 1 – 4 of 4) sorted by relevance
115 debug_location_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()116 _ux_utility_string_length_check(source, &debug_location_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()117 debug_message_string_length = UX_DEBUG_LOG_SIZE; in _ux_utility_debug_log()118 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
268 …debug_log_buffer = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, UX_DEBUG_LOG_SIZE); in _ux_system_initialize()277 _ux_system -> ux_system_debug_log_size = UX_DEBUG_LOG_SIZE; in _ux_system_initialize()
598 #define UX_DEBUG_LOG_SIZE (1024 * 16) macro
429 #ifndef UX_DEBUG_LOG_SIZE430 #define UX_DEBUG_LOG_SIZE (1024 * 32) macro