Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_events.c3755 void *test_malloc; in event_test_thread() local
3757 test_malloc = kmalloc(1234, GFP_KERNEL); in event_test_thread()
3758 if (!test_malloc) in event_test_thread()
3763 kfree(test_malloc); in event_test_thread()

Completed in 10 milliseconds