Searched defs:mem_type (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc50 void *MmapOrDie(uptr size, const char *mem_type) { argument
66 SanitizerToolName, size, size, mem_type, reserrno);
H A Dsanitizer_common.cc144 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) { argument
149 uptr map_res = (uptr)MmapOrDie(map_size, mem_type);
H A Dsanitizer_win.cc80 void *MmapOrDie(uptr size, const char *mem_type) { argument
84 size, size, mem_type);

Completed in 170 milliseconds