HomeSort by: relevance | last modified time | path
    Searched refs:GetHeapAddressInformation (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.cc 157 bool GetHeapAddressInformation(uptr addr, uptr access_size,
184 if (!GetHeapAddressInformation(addr, access_size, &descr)) {
446 if (GetHeapAddressInformation(addr, access_size, &data.heap)) {
492 if (GetHeapAddressInformation(addr, access_size, &heap_descr)) {
asan_report.cc 384 if (GetHeapAddressInformation(left, 0, &hdesc1) &&
386 return !GetHeapAddressInformation(right, 0, &hdesc2) ||
397 GetHeapAddressInformation(right, 0, &hdesc2) ||
asan_errors.h 76 GetHeapAddressInformation(addr, 1, &addr_description);
94 GetHeapAddressInformation(addr, 1, &addr_description);
asan_descriptions.h 132 bool GetHeapAddressInformation(uptr addr, uptr access_size,

Completed in 14 milliseconds