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

/linux-master/lib/
H A Dtest_vmalloc.c216 void **ptr, **junk_ptr, *tmp; local
228 junk_ptr = vmalloc(sizeof(void *) * junk_length);
229 if (!junk_ptr) {
236 junk_ptr[i] = vmalloc(1 * PAGE_SIZE);
240 vfree(junk_ptr[i]);
260 vfree(junk_ptr);

Completed in 89 milliseconds