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

  /external/compiler-rt/lib/cfi/
cfi.cc 252 void *shadow = MmapNoReserveOrDie(shadow_size, "CFI shadow");
  /external/compiler-rt/lib/asan/
asan_fake_stack.cc 54 flags()->uar_noreserve ? MmapNoReserveOrDie(size, "FakeStack")
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 138 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {
sanitizer_coverage_libcdep.cc 124 // pc_array is allocated with MmapNoReserveOrDie and so it uses only as
204 MmapNoReserveOrDie(sizeof(uptr) * kPcArrayMaxSize, "CovInit"));
212 cc_array = reinterpret_cast<uptr **>(MmapNoReserveOrDie(
218 tr_event_array = reinterpret_cast<u32 *>(MmapNoReserveOrDie(
    [all...]
sanitizer_common.h 88 void *MmapNoReserveOrDie(uptr size, const char *mem_type);
sanitizer_win.cc 123 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {

Completed in 150 milliseconds