Searched defs:FakeStack (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_fake_stack.h12 // 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 { class in namespace:__asan
65 // CTOR: create the FakeStack as a single mmap-ed object.
66 static FakeStack *Create(uptr stack_size_log);
128 // Poison the entire FakeStack's shadow with the magic value.
158 FakeStack() { } function in class:__asan::FakeStack
170 FakeStack *GetTLSFakeStack();
171 void SetTLSFakeStack(FakeStack *f
[all...]

Completed in 58 milliseconds