HomeSort by: relevance | last modified time | path
    Searched refs:stackSize (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.thread/
fiber_guard_page.d 15 enum stackSize = MINSIGSTKSZ;
22 int[stackSize/int.sizeof+100] x;
27 auto test_fiber = new Fiber(&stackMethod, stackSize, stackSize);
33 auto p = mmap(stackBottom - 8 * stackSize, 8 * stackSize,
43 auto p = mmap(stackTop, 8 * stackSize,
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
showcase.d 18 Allocator that uses stack allocation for up to `stackSize` bytes and
22 alias StackFront(size_t stackSize, Allocator) =
24 InSituRegion!(stackSize, Allocator.alignment,
31 Choosing `stackSize` is as always a compromise. Too small a size exhausts the
37 alias StackFront(size_t stackSize, Allocator = GCAllocator) =
39 InSituRegion!(stackSize, Allocator.alignment),
  /src/external/gpl3/binutils/dist/gprofng/src/
Exp_Layout.h 78 extern int stackSize (VMode, DataView*, long);
107 stackSize (bool java = false)
CallStack.h 100 static int stackSize (void *stack);
Exp_Layout.cc 407 stackSize (VMode view_mode, DataView *dview, long idx)
409 return CallStack::stackSize (getStack (view_mode, dview, idx));
CallStack.cc 369 int jstack_size = frp->stackSize (true);
435 int jstack_size = frp->stackSize (true);
480 int stack_size = frp->stackSize ();
1183 CallStack::stackSize (void *stack)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Exp_Layout.h 78 extern int stackSize (VMode, DataView*, long);
107 stackSize (bool java = false)
CallStack.h 100 static int stackSize (void *stack);
Exp_Layout.cc 407 stackSize (VMode view_mode, DataView *dview, long idx)
409 return CallStack::stackSize (getStack (view_mode, dview, idx));
CallStack.cc 369 int jstack_size = frp->stackSize (true);
435 int jstack_size = frp->stackSize (true);
480 int stack_size = frp->stackSize ();
1183 CallStack::stackSize (void *stack)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcSubtarget.h 118 int getAdjustedFrameSize(int stackSize) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 261 uint64_t stackSize = MF.getFrameInfo().getStackSize();
266 << "stackSize : " << stackSize << "\n"
271 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
MipsAsmPrinter.cpp 295 // -- Frame directive "frame Stackpointer, Stacksize, RARegister"
386 unsigned stackSize = MF->getFrameInfo().getStackSize();
388 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/
test.c 206 size_t const stackSize = 8192 - cleanStack;
207 fprintf(stderr, "Maximum stack size: %zu\n", stackSize);
208 CONTROL(stackSize <= 2048 + 512);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_win.cpp 403 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit;
404 __asan_unpoison_memory_region(tib->StackLimit, stackSize);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_win.cpp 388 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit;
389 __asan_unpoison_memory_region(tib->StackLimit, stackSize);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
backtracking.d 85 return stackSize(re)*size_t.sizeof + re.hotspotTableSize*Trace.sizeof;
88 static size_t stackSize(const ref RegEx re)
121 auto chunk = mallocArray!(size_t)(stackSize(re));
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
sorting.d 2345 enum stackSize = 40;
2365 Slice[stackSize] stack = void;

Completed in 42 milliseconds