Searched refs:MmapOrDie (Results 1 - 11 of 11) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_thread.cc32 AsanThread *thread = (AsanThread*)MmapOrDie(size, __FUNCTION__);
39 (AsanThreadSummary*)MmapOrDie(kPageSize, "AsanThreadSummary");
H A Dasan_posix.cc68 void* base = MmapOrDie(kAltStackSize, __FUNCTION__);
H A Dasan_report.cc446 (char*)MmapOrDie(error_message_buffer_size, __FUNCTION__);
H A Dasan_allocator.cc136 u8 *res = (u8*)MmapOrDie(size, __FUNCTION__);
978 uptr new_mem = (uptr)MmapOrDie(
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc68 (char*)MmapOrDie(size_to_allocate, __FUNCTION__);
H A Dsanitizer_common.h42 void *MmapOrDie(uptr size, const char *mem_type);
58 // FIXME: use InternalAlloc instead of MmapOrDie once
65 ptr_ = (T*)MmapOrDie(cnt * sizeof(T), "InternalScopedBuffer");
H A Dsanitizer_posix.cc44 void *MmapOrDie(uptr size, const char *mem_type) { function in namespace:__sanitizer
120 char *filename = (char*)MmapOrDie(kBufSize, __FUNCTION__);
H A Dsanitizer_common.cc39 *buff = (char*)MmapOrDie(size, __FUNCTION__);
H A Dsanitizer_win.cc45 void *MmapOrDie(uptr size, const char *mem_type) { function in namespace:__sanitizer
H A Dsanitizer_stackdepot.cc94 uptr mem = (uptr)MmapOrDie(allocsz, "stack depot");
H A Dsanitizer_allocator64.h367 void *map = MmapOrDie(map_size, "LargeMmapAllocator");

Completed in 269 milliseconds