Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/trace/
Dtrace_events.c4557 void *test_malloc; in event_test_thread() local
4559 test_malloc = kmalloc(1234, GFP_KERNEL); in event_test_thread()
4560 if (!test_malloc) in event_test_thread()
4565 kfree(test_malloc); in event_test_thread()