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

  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 59 extern "C" void *__libc_stack_end; variable
60 void *__libc_stack_end = 0; variable
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 46 extern "C" void* __libc_stack_end; // NOLINT variable
69 // just like NaCl we rely on the __libc_stack_end to give us
72 return __libc_stack_end;

Completed in 71 milliseconds