Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_mac.cpp100 lsan_block_context_t *lsan_ctxt = in alloc_lsan_context() local
102 lsan_ctxt->block = ctxt; in alloc_lsan_context()
103 lsan_ctxt->func = func; in alloc_lsan_context()
104 lsan_ctxt->parent_tid = GetCurrentThread(); in alloc_lsan_context()
105 return lsan_ctxt; in alloc_lsan_context()
113 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); \
114 return REAL(dispatch_x_f)(dq, (void *)lsan_ctxt, \
124 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); in INTERCEPT_DISPATCH_X_F_3() local
125 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, in INTERCEPT_DISPATCH_X_F_3()
131 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); in INTERCEPTOR() local
[all …]