Searched refs:error_string (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.7.0/tests/benchmarks/latency_measure/src/ |
D | heap_malloc_free.c | 27 char error_string[80]; in heap_malloc_free() local 40 snprintk(error_string, 78, in heap_malloc_free() 42 notes = error_string; in heap_malloc_free()
|
/Zephyr-Core-3.7.0/tests/drivers/mm/sys_mm_drv_bank/src/ |
D | main.c | 16 static void test_stats(const char *error_string, in test_stats() argument 21 "%s: [free_bytes] = %u, not %u\n", error_string, in test_stats() 24 "%s: [allocated_bytes] = %u, not %u\n", error_string, in test_stats() 27 "%s: [max_allocated_bytes] = %u, not %u\n", error_string, in test_stats()
|