Searched defs:chunk1 (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/memcheck/tests/solaris/
H A Dsendfilev.c23 char chunk1[CHUNK]; local
24 bzero(&chunk1, sizeof(chunk1));
25 ssize_t nbytes = write(test_fd, &chunk1, sizeof(chunk1));
/external/compiler-rt/lib/asan/
H A Dasan_report.cc1013 AsanChunkView chunk1 = FindHeapChunkByAddress(a1); local
1015 bool valid1 = chunk1.IsAllocated();
1017 if (!valid1 || !valid2 || !chunk1.Eq(chunk2)) {

Completed in 121 milliseconds