| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_malloc_mac.cpp | 31 if (in_symbolizer()) return InternalAlloc(size); \ 44 void *p = InternalAlloc(size, nullptr, alignment); \ 53 return InternalAlloc(size, nullptr, GetPageSizeCached()); \
|
| H A D | tsan_new_delete.cpp | 33 return InternalAlloc(size); \ 48 return InternalAlloc(size, nullptr, (uptr)align); \
|
| H A D | tsan_rtl_proc.cpp | 21 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_malloc_mac.cpp | 31 if (in_symbolizer()) return InternalAlloc(size); \ 44 void *p = InternalAlloc(size, nullptr, alignment); \ 53 return InternalAlloc(size, nullptr, GetPageSizeCached()); \
|
| H A D | tsan_new_delete.cpp | 33 return InternalAlloc(size); \ 48 return InternalAlloc(size, nullptr, (uptr)align); \
|
| H A D | tsan_rtl_proc.cpp | 21 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_libcdep_new.cpp | 62 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() 63 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() 64 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); in SanitizerDumpCoverage()
|
| H A D | sanitizer_allocator.cpp | 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() function 119 void *p = InternalAlloc(count * size, cache); in InternalCalloc()
|
| H A D | sanitizer_allocator_internal.h | 42 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
|
| H A D | sanitizer_allocator_dlsym.h | 35 void *ptr = InternalAlloc(size_in_bytes, nullptr, kWordSize); in Allocate()
|
| H A D | sanitizer_vector.h | 109 T *p = (T*)InternalAlloc(cap * sizeof(T)); in EnsureSize()
|
| H A D | sanitizer_symbolizer.cpp | 57 void *mem = InternalAlloc(sizeof(SymbolizedStack)); in New()
|
| H A D | sanitizer_symbolizer_posix_libcdep.cpp | 377 char *res_buff = static_cast<char *>(InternalAlloc(res_length)); in Demangle() 414 char *new_path = (char *)InternalAlloc(kMaxPathLength); in ChooseExternalSymbolizer()
|
| H A D | sanitizer_suppressions.cpp | 145 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse()
|
| H A D | sanitizer_addrhashmap.h | 306 add = (AddBucket*)InternalAlloc(kInitSize); in acquire() 316 AddBucket *add1 = (AddBucket*)InternalAlloc(newsize); in acquire()
|
| H A D | sanitizer_symbolizer_libbacktrace.cpp | 55 char *buf = (char *)InternalAlloc(data->allocated); in CplusV3DemangleCallback()
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 34 *result = (char*)InternalAlloc(prefix_len + 1); in ExtractToken() 77 *result = (char *)InternalAlloc(prefix_len + 1); in ExtractTokenUpToDelimiter()
|
| H A D | sanitizer_deadlock_detector1.cpp | 80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_mibmap.cpp | 26 (LockedMemInfoBlock *)InternalAlloc(sizeof(LockedMemInfoBlock)); in InsertOrMerge()
|
| H A D | memprof_rawprofile.cpp | 224 Buffer = (char *)InternalAlloc(TotalSizeBytes); in SerializeToRawProfile()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 36 thr = (Thread*)InternalAlloc(sizeof(*thr)); in InitThread() 167 void *newcond = InternalAlloc(sizeof(pthread_cond_t)); in init_cond()
|
| /llvm-project-15.0.7/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 62 ptr = (thread_local_data_t *)InternalAlloc(sizeof(*ptr)); in get_tls_val()
|
| /llvm-project-15.0.7/compiler-rt/lib/xray/ |
| H A D | xray_utils.cpp | 126 LogWriter *LW = reinterpret_cast<LogWriter *>(InternalAlloc(sizeof(LogWriter))); in Open()
|
| H A D | xray_basic_logging.cpp | 135 InternalAlloc(sizeof(XRayRecord) * GlobalOptions.ThreadBufferSize, in getThreadLocalData() 148 InternalAlloc(sizeof(StackEntry) * GlobalOptions.MaxStackDepth, nullptr, in getThreadLocalData()
|
| H A D | xray_log_interface.cpp | 76 auto *NewModeImpl = static_cast<ModeImpl *>(InternalAlloc(sizeof(ModeImpl))); in __xray_log_register_mode()
|