Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp46 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
66 void *MmapOrDieOnFatalError(uptr size, const char *mem_type) { in MmapOrDieOnFatalError() argument
84 const char *mem_type) { in MmapAlignedOrDieOnFatalError() argument
111 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie() argument
132 char mem_type[40]; MmapFixedImpl() local
[all...]
H A Dsanitizer_fuchsia.cpp218 return DoAnonymousMmapOrDie(size, mem_type, raw_report, true); in MmapOrDie() argument
222 return MmapOrDie(size, mem_type); in MmapNoReserveOrDie() argument
186 DoAnonymousMmapOrDie(uptr size,const char * mem_type,bool raw_report,bool die_for_nomem) DoAnonymousMmapOrDie() argument
226 MmapOrDieOnFatalError(uptr size,const char * mem_type) MmapOrDieOnFatalError() argument
353 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) MmapAlignedOrDieOnFatalError() argument
[all...]
H A Dsanitizer_win.cpp139 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
164 static void *ReturnNullptrOnOOMOrDie(uptr size, const char *mem_type, in ReturnNullptrOnOOMOrDie() argument
172 MmapOrDieOnFatalError(uptr size,const char * mem_type) MmapOrDieOnFatalError() argument
181 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) MmapAlignedOrDieOnFatalError() argument
278 char mem_type[30]; MmapFixedOrDie() local
310 char mem_type[30]; MmapFixedOrDieOnFatalError() local
318 MmapNoReserveOrDie(uptr size,const char * mem_type) MmapNoReserveOrDie() argument
[all...]
H A Dsanitizer_stack_store.cpp100 void *StackStore::Map(uptr size, const char *mem_type) { in Map()
H A Dsanitizer_common.cpp38 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() argument
H A Dsanitizer_common.h92 inline void *MmapOrDieQuietly(uptr size, const char *mem_type) { in MmapOrDieQuietly() argument