pl                105 user/testbin/malloctest/malloctest.c 	unsigned long *pl;
pl                108 user/testbin/malloctest/malloctest.c 	pl = (unsigned long *)ptr;
pl                113 user/testbin/malloctest/malloctest.c 		pl[i] = val;
pl                131 user/testbin/malloctest/malloctest.c 	unsigned long *pl;
pl                134 user/testbin/malloctest/malloctest.c 	pl = (unsigned long *)ptr;
pl                139 user/testbin/malloctest/malloctest.c 		if (pl[i] != val) {
pl                146 user/testbin/malloctest/malloctest.c 			       (unsigned long)(uintptr_t)pl,
pl                147 user/testbin/malloctest/malloctest.c 			       pl[i], val);