HomeSort by relevance Sort by last modified time
    Searched defs:FakeStack (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_fake_stack.h 12 // ASan-private header for asan_fake_stack.cc, implements FakeStack.
37 // The FakeStack objects is allocated by a single mmap call and has no other
42 // FakeStack has kNumberOfSizeClasses (11) size classes, each size class
57 class FakeStack {
65 // CTOR: create the FakeStack as a single mmap-ed object.
66 static FakeStack *Create(uptr stack_size_log);
129 // Poison the entire FakeStack's shadow with the magic value.
159 FakeStack() { }
171 FakeStack *GetTLSFakeStack();
172 void SetTLSFakeStack(FakeStack *fs)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 143 milliseconds