HomeSort by: relevance | last modified time | path
    Searched defs:alloc_lsan_context (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_mac.cc 79 // alloc_lsan_context().
98 extern "C" lsan_block_context_t *alloc_lsan_context(void *ctxt, function in typeref:typename:lsan_block_context_t *
114 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); \
125 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func);
132 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func);
lsan_mac.cc 79 // alloc_lsan_context().
98 extern "C" lsan_block_context_t *alloc_lsan_context(void *ctxt, function in typeref:typename:lsan_block_context_t *
114 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func); \
125 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func);
132 lsan_block_context_t *lsan_ctxt = alloc_lsan_context(ctxt, func);

Completed in 44 milliseconds