HomeSort by relevance Sort by last modified time
    Searched refs:MmapNoReserveOrDie (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 134 // pc_array is allocated with MmapNoReserveOrDie and so it uses only as
211 MmapNoReserveOrDie(sizeof(uptr) * kPcArrayMaxSize, "CovInit"));
221 pc_buffer = reinterpret_cast<uptr *>(MmapNoReserveOrDie(
224 cc_array = reinterpret_cast<uptr **>(MmapNoReserveOrDie(
230 tr_event_array = reinterpret_cast<u32 *>(MmapNoReserveOrDie(
    [all...]
sanitizer_posix.cc 168 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {
sanitizer_win.cc 205 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {
sanitizer_common.h 90 void *MmapNoReserveOrDie(uptr size, const char *mem_type);
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 54 flags()->uar_noreserve ? MmapNoReserveOrDie(size, "FakeStack")
  /external/compiler-rt/lib/cfi/
cfi.cc 126 shadow_ = (uptr)MmapNoReserveOrDie(GetShadowSize(), "CFI shadow");

Completed in 127 milliseconds