HomeSort by relevance Sort by last modified time
    Searched refs:internal_alloc (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_stack_trace.cc 55 s_ = (uptr*)internal_alloc(MBlockStackTrace, cnt * sizeof(s_[0]));
79 s_ = (uptr*)internal_alloc(MBlockStackTrace,
tsan_mman.h 69 void *internal_alloc(MBlockType typ, uptr sz);
tsan_symbolize.cc 40 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack,
137 ReportLocation *ent = (ReportLocation*)internal_alloc(MBlockReportStack,
tsan_vector.h 112 T *p = (T*)internal_alloc(typ_, cap * sizeof(T));
tsan_rtl_report.cc 152 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc));
173 void *mem = internal_alloc(MBlockReportMop, sizeof(ReportMop));
201 void *mem = internal_alloc(MBlockReportThread, sizeof(ReportThread));
270 void *mem = internal_alloc(MBlockReportMutex, sizeof(ReportMutex));
303 void *mem = internal_alloc(MBlockReportMutex, sizeof(ReportMutex));
321 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation));
342 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation));
360 void *mem = internal_alloc(MBlockReportLoc, sizeof(ReportLocation));
731 __sanitizer::StackTrace *ptrace = new(internal_alloc(MBlockStackTrace,
tsan_suppressions.cc 67 char *buf = (char*)internal_alloc(MBlockSuppression, fsize + 1);
tsan_mman.cc 162 void *internal_alloc(MBlockType typ, uptr sz) { function in namespace:__tsan
tsan_interface_ann.cc 97 race = (ExpectRace*)internal_alloc(MBlockExpectRace, sizeof(ExpectRace));
tsan_rtl_thread.cc 97 thr->shadow_stack = (uptr*)internal_alloc(MBlockShadowStack,
tsan_rtl.cc 72 void *mem = internal_alloc(MBlockThreadContex, sizeof(ThreadContext));
428 uptr *newstack = (uptr*)internal_alloc(MBlockShadowStack,
tsan_interceptors.cc     [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 43 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack,
50 void *internal_alloc(MBlockType typ, uptr sz) { function in namespace:__tsan
71 ReportStack *s = (ReportStack*)internal_alloc(MBlockReportStack,
95 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex,
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_mman_test.cc 22 char *p = (char*)internal_alloc(MBlockScopedBuf, 10);
24 char *p2 = (char*)internal_alloc(MBlockScopedBuf, 20);

Completed in 96 milliseconds