Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.h58 BufferedStackTrace *free_stack);
59 void NORETURN ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack);
60 void NORETURN ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
61 void NORETURN ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
Dasan_report.cc535 StackTrace free_stack = chunk.GetFreeStack(); in DescribeHeapAddress() local
536 free_stack.Print(); in DescribeHeapAddress()
690 void ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack) { in ReportDoubleFree() argument
701 CHECK_GT(free_stack->size, 0); in ReportDoubleFree()
702 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportDoubleFree()
709 BufferedStackTrace *free_stack) { in ReportNewDeleteSizeMismatch() argument
723 CHECK_GT(free_stack->size, 0); in ReportNewDeleteSizeMismatch()
724 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportNewDeleteSizeMismatch()
732 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() argument
742 CHECK_GT(free_stack->size, 0); in ReportFreeNotMalloced()
[all …]
/external/pcre/dist/
Dpcre_jit_compile.c2111 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack() function
6391 free_stack(common, CALLOUT_ARG_SIZE / sizeof(sljit_sw)); in compile_callout_matchingpath()
6456 free_stack(common, 1); in compile_assert_matchingpath()
6546 free_stack(common, extrasize); in compile_assert_matchingpath()
6658 free_stack(common, 1); in compile_assert_matchingpath()
6662 free_stack(common, extrasize); in compile_assert_matchingpath()
6670 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
6674 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
6753 free_stack(common, 1); in compile_assert_matchingpath()
6757 free_stack(common, extrasize); in compile_assert_matchingpath()
[all …]