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 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/rtl/
tsan_mman.cc 162 void *internal_alloc(MBlockType typ, uptr sz) { function in namespace:__tsan

Completed in 148 milliseconds