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

/linux-master/kernel/trace/
H A Dtrace_events.c4160 void *test_malloc; local
4162 test_malloc = kmalloc(1234, GFP_KERNEL);
4163 if (!test_malloc)
4168 kfree(test_malloc);

Completed in 114 milliseconds