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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 39 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack,
46 void *internal_alloc(MBlockType typ, uptr sz) { function in namespace:__tsan
59 ReportStack *s = (ReportStack*)internal_alloc(MBlockReportStack,
82 ThreadState *thr = (ThreadState*)internal_alloc(MBlockThreadContex,
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 196 void *internal_alloc(MBlockType typ, uptr sz) { function in namespace:__tsan

Completed in 89 milliseconds