Searched refs:test_malloc (Results 1 – 5 of 5) sorted by relevance
140 if (check < sz || !test_malloc(sz)) break;
359 static TEE_Result test_malloc(void) in test_malloc() function780 res = test_malloc(); in ta_entry_basic()
3543 void *test_malloc; in event_test_thread() local3545 test_malloc = kmalloc(1234, GFP_KERNEL); in event_test_thread()3546 if (!test_malloc) in event_test_thread()3551 kfree(test_malloc); in event_test_thread()
15485 program test_malloc15501 end program test_malloc