Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch140 if (check < sz || !test_malloc(sz)) break;
/openbmc/linux/kernel/trace/
H A Dtrace_events.c4231 void *test_malloc; in event_test_thread() local
4233 test_malloc = kmalloc(1234, GFP_KERNEL); in event_test_thread()
4234 if (!test_malloc) in event_test_thread()
4239 kfree(test_malloc); in event_test_thread()