Searched refs:kStackSize (Results 1 - 20 of 20) sorted by relevance

/external/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cc12 const int kStackSize = 1 << 20; variable
21 char stack_memory[kStackSize + 1];
22 char *heap_memory = new char[kStackSize + 1];
30 child_context.uc_stack.ss_size = kStackSize / 2;
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dclone_test.cc24 const int kStackSize = 1 << 20; local
25 char child_stack[kStackSize + 1];
26 char *sp = child_stack + kStackSize; // Stack grows down.
37 for (int i = 0; i < kStackSize; i++)
H A Dswapcontext_test.cc18 const int kStackSize = 1 << 20; variable
54 child_context.uc_stack.ss_size = kStackSize / 2;
64 for (int i = 0; i < kStackSize; i++) {
71 char stack[kStackSize + 1];
80 char *heap = new char[kStackSize + 1];
/external/compiler-rt/test/asan/TestCases/
H A Dstack-use-after-return.cc29 #ifndef kStackSize
30 # define kStackSize 0 macro
70 if (kStackSize > 0)
71 pthread_attr_setstacksize(&attr, kStackSize);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_main.cc59 const size_t kStackSize = (16 << 20); member in namespace:nacl::nonsfi::__anon6627
86 kStackSize, new PluginMainDelegate(entry_point))) {
H A Dirt_thread.cc18 const int kStackSize = 1024 * 1024; member in namespace:nacl::nonsfi::__anon6626
64 error = pthread_attr_setstacksize(&attr, kStackSize);
/external/chromium_org/third_party/icu/source/common/
H A Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator in enum:RBBIRuleScanner::__anon11924
116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
H A Drbbiscan.cpp1022 if (fStackPtr >= kStackSize) {
1109 if (fNodeStackPtr >= kStackSize) {
/external/icu/icu4c/source/common/
H A Drbbiscan.h49 kStackSize = 100 // The size of the state stack for enumerator in enum:RBBIRuleScanner::__anon21714
116 uint16_t fStack[kStackSize]; // State stack, holds state pushes
120 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
H A Drbbiscan.cpp1022 if (fStackPtr >= kStackSize) {
1109 if (fNodeStackPtr >= kStackSize) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dregexcmp.h44 kStackSize = 100 // The size of the state stack for enumerator in enum:RegexCompile::__anon12099
148 uint16_t fStack[kStackSize]; // State stack, holds state pushes
H A Dregexcmp.cpp238 if (fStackPtr >= kStackSize) {
/external/icu/icu4c/source/i18n/
H A Dregexcmp.h44 kStackSize = 100 // The size of the state stack for enumerator in enum:RegexCompile::__anon21905
148 uint16_t fStack[kStackSize]; // State stack, holds state pushes
H A Dregexcmp.cpp238 if (fStackPtr >= kStackSize) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook.cc663 static const int kStackSize = kMaxSkip + 1;
664 void* stack[kStackSize];
665 int depth = GetStackTrace(stack, kStackSize, 1); // skip this function frame
676 if (depth < max_depth && depth + i == kStackSize) {
679 GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook.cc663 static const int kStackSize = kMaxSkip + 1;
664 void* stack[kStackSize];
665 int depth = GetStackTrace(stack, kStackSize, 1); // skip this function frame
676 if (depth < max_depth && depth + i == kStackSize) {
679 GetStackTrace(result + depth, max_depth - depth, 1 + kStackSize);
/external/chromium_org/v8/src/
H A Dobjects.h9305 static const int kStackSize = 32; member in class:v8::internal::String::FlatContent::ConsStringIteratorOp
9307 static const int kDepthMask = kStackSize-1;
9308 STATIC_ASSERT(IS_POWER_OF_TWO(kStackSize));
9315 inline bool StackBlown() { return maximum_depth_ - depth_ == kStackSize; }
9323 ConsString* frames_[kStackSize];
H A Dobjects.cc8190 maximum_depth_ = kStackSize + depth_;
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2838 const size_t kStackSize = 16 * 1024; local
2839 res = posix_memalign(&stack, 4096, kStackSize);
2841 res = pthread_attr_setstack(&attr, stack, kStackSize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1156 milliseconds