HomeSort by relevance Sort by last modified time
    Searched refs:kStackSize (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/test/lsan/TestCases/
swapcontext.cc 17 const int kStackSize = 1 << 20;
26 char stack_memory[kStackSize + 1];
27 char *heap_memory = new char[kStackSize + 1];
35 child_context.uc_stack.ss_size = kStackSize / 2;
  /external/compiler-rt/test/asan/TestCases/Linux/
clone_test.cc 24 const int kStackSize = 1 << 20;
25 char __attribute__((aligned(16))) child_stack[kStackSize + 1];
26 char *sp = child_stack + kStackSize; // Stack grows down.
37 for (int i = 0; i < kStackSize; i++)
swapcontext_test.cc 18 const int kStackSize = 1 << 20;
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];
swapcontext_annotation.cc 26 const int kStackSize = 1 << 20;
85 next_child_context.uc_stack.ss_size = kStackSize / 2;
102 child_context.uc_stack.ss_size = kStackSize / 2;
120 for (int i = 0; i < kStackSize; i++) {
157 char *heap = new char[kStackSize + 1];
158 next_child_stack = new char[kStackSize + 1];
159 char stack[kStackSize + 1];
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-use-after-return.cc 28 #ifndef kStackSize
29 # define kStackSize 0
69 if (kStackSize > 0)
70 pthread_attr_setstacksize(&attr, kStackSize);
  /external/icu/icu4c/source/common/
rbbiscan.h 49 kStackSize = 100 // The size of the state stack for
117 uint16_t fStack[kStackSize]; // State stack, holds state pushes
121 RBBINode *fNodeStack[kStackSize]; // Node stack, holds nodes created
rbbiscan.cpp     [all...]
  /external/icu/icu4c/source/i18n/
regexcmp.h 48 kStackSize = 100 // The size of the state stack for
163 uint16_t fStack[kStackSize]; // State stack, holds state pushes
regexcmp.cpp 247 if (fStackPtr >= kStackSize) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBBIRuleScanner.java 27 private final static int kStackSize = 100; // The size of the state stack for
55 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
59 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleScanner.java 26 private final static int kStackSize = 100; // The size of the state stack for
54 short fStack[] = new short[kStackSize]; // State stack, holds state pushes
58 RBBINode fNodeStack[] = new RBBINode[kStackSize]; // Node stack, holds nodes created
    [all...]
  /external/v8/src/objects/
string.h 876 static const int kStackSize = 32;
878 static const int kDepthMask = kStackSize - 1;
879 static_assert(base::bits::IsPowerOfTwo(kStackSize)
    [all...]
  /external/libchrome/base/debug/
activity_tracker_unittest.cc 49 const int kStackSize = 1 << 10; // 1KiB
64 std::unique_ptr<char[]> memory(new char[kStackSize]);
65 return std::make_unique<TestActivityTracker>(std::move(memory), kStackSize);
  /art/runtime/
runtime.cc     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/v8/src/
objects.cc     [all...]

Completed in 937 milliseconds