HomeSort by relevance Sort by last modified time
    Searched full:malloc_context_size (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/
deep_stack_uaf.cc 4 // RUN: ASAN_OPTIONS=malloc_context_size=120:redzone=512 %t 2>&1 | \
8 // RUN: ASAN_OPTIONS=malloc_context_size=120:redzone=512 %t 2>&1 | \
  /external/compiler-rt/lib/asan/
asan_stack.h 54 GET_STACK_TRACE(flags()->malloc_context_size, \
asan_rtl.cc 101 ParseFlag(str, &f->malloc_context_size, "malloc_context_size");
102 CHECK((uptr)f->malloc_context_size <= kStackTraceMax);
145 f->malloc_context_size = kDeafultMallocContextSize;
372 Printf("malloc_context_size=%zu\n", (uptr)flags()->malloc_context_size);
asan_flags.h 51 int malloc_context_size; member in struct:__asan::Flags

Completed in 278 milliseconds