Home
last modified time | relevance | path

Searched refs:internal_alloc (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc148 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc)); in ScopedReportBase()
168 void *mem = internal_alloc(MBlockReportMop, sizeof(ReportMop)); in AddMemoryAccess()
197 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread)); in AddThread()
268 void *mem = internal_alloc(MBlockReportMutex, sizeof(ReportMutex)); in AddMutex()
301 void *mem = internal_alloc(MBlockReportMutex, sizeof(ReportMutex)); in AddDeadMutex()
734 new(internal_alloc(MBlockStackTrace, sizeof(BufferedStackTrace))) in PrintCurrentStackSlow()
H A Dtsan_stack_trace.cc32 ? (uptr *)internal_alloc(MBlockStackTrace, in ResizeBuffer()
H A Dtsan_mman.h79 void *internal_alloc(MBlockType typ, uptr sz);
H A Dtsan_report.cc26 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack)); in New()
35 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation)); in New()
H A Dtsan_mman.cc324 void *internal_alloc(MBlockType typ, uptr sz) { in internal_alloc() function
H A Dtsan_rtl.cc87 void *mem = internal_alloc(MBlockThreadContex, sizeof(ThreadContext)); in CreateThreadContext()
524 uptr *newstack = (uptr*)internal_alloc(MBlockShadowStack, in GrowShadowStack()
H A Dtsan_rtl_thread.cc105 thr->shadow_stack = (uptr*)internal_alloc(MBlockShadowStack, in OnStarted()
H A Dtsan_interface_ann.cc99 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace)); in AddExpectRace()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc31 void *internal_alloc(MBlockType typ, uptr sz) { in internal_alloc() function
135 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex, in AllocGoroutine()