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.h57 BufferedStackTrace *free_stack);
58 void ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack);
59 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack);
60 void ReportAllocTypeMismatch(uptr addr, BufferedStackTrace *free_stack,
Dasan_report.cc562 StackTrace free_stack = chunk.GetFreeStack(); in DescribeHeapAddress() local
563 free_stack.Print(); in DescribeHeapAddress()
799 void ReportDoubleFree(uptr addr, BufferedStackTrace *free_stack) { in ReportDoubleFree() argument
810 CHECK_GT(free_stack->size, 0); in ReportDoubleFree()
812 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportDoubleFree()
819 BufferedStackTrace *free_stack) { in ReportNewDeleteSizeMismatch() argument
833 CHECK_GT(free_stack->size, 0); in ReportNewDeleteSizeMismatch()
835 GET_STACK_TRACE_FATAL(free_stack->trace[0], free_stack->top_frame_bp); in ReportNewDeleteSizeMismatch()
843 void ReportFreeNotMalloced(uptr addr, BufferedStackTrace *free_stack) { in ReportFreeNotMalloced() argument
853 CHECK_GT(free_stack->size, 0); in ReportFreeNotMalloced()
[all …]
/external/pcre/dist2/src/
Dpcre2_jit_compile.c2673 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack() function
8321 free_stack(common, callout_arg_size); in compile_callout_matchingpath()
8417 free_stack(common, 1); in compile_assert_matchingpath()
8523 free_stack(common, extrasize); in compile_assert_matchingpath()
8640 free_stack(common, 1); in compile_assert_matchingpath()
8644 free_stack(common, extrasize); in compile_assert_matchingpath()
8652 free_stack(common, framesize + extrasize - 1); in compile_assert_matchingpath()
8656 free_stack(common, framesize + extrasize); in compile_assert_matchingpath()
8741 free_stack(common, 1); in compile_assert_matchingpath()
8745 free_stack(common, extrasize); in compile_assert_matchingpath()
[all …]