HomeSort by: relevance | last modified time | path
    Searched defs:IsSystemHeapAddress (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_linux.cc 84 bool IsSystemHeapAddress (uptr addr) { return false; }
asan_mac.cc 51 bool IsSystemHeapAddress (uptr addr) { return false; }
asan_win.cc 295 bool IsSystemHeapAddress(uptr addr) {

Completed in 141 milliseconds