Home | History | Annotate | Download | only in tests

Lines Matching defs:check

17 #define CHK(a1,a2,a3,a4) check(__LINE__,a1,a2,a3,a4)
18 /* Check that [p, p+len[ has access access.
19 If heap, check that one byte before and after is unaccessible */
20 static void check (int testline, void *p, int len, unsigned char access, int heap)
30 // Let's not check NULL
38 /* Check the range starting 1 byte before. */
61 to ensure it is really unaddressable when calling check. */
84 /* Basic test for some code : verify 50 bytes of check function code
87 CHK (check, 50, 0xff, 0);
89 /* Check something on the stack */
114 /* Shake and check when doing random free */
128 /* Check that a use after return gives unaddressable. */