Home | History | Annotate | Download | only in asan

Lines Matching refs:stack

216 void ReadContextStack(void *context, uptr *stack, uptr *ssize) {
264 void asan_register_worker_thread(int parent_tid, StackTrace *stack) {
268 CreateThreadContextArgs args = { t, stack };
286 asan_register_worker_thread(context->parent_tid, &stack);
289 asan_free(context, &stack, FROM_MALLOC);
300 StackTrace *stack) {
302 (asan_block_context_t*) asan_malloc(sizeof(asan_block_context_t), stack);
315 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack); \
333 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack);
346 asan_block_context_t *asan_ctxt = alloc_asan_context(ctxt, func, &stack);
373 asan_register_worker_thread(parent_tid, &stack); \