Searched refs:stackBottom (Results 1 – 3 of 3) sorted by relevance
27 auto stackBottom = test_fiber.tupleof[8]; in main() local28 auto p = mmap(stackBottom - 8 * stackSize, 8 * stackSize, in main()
32 auto stackBottom = __traits(getMember, test_fiber, "m_pmem"); in main() local33 auto p = mmap(stackBottom - 8 * stackSize, 8 * stackSize, in main()
820 auto stackBottom = cast(void**) thread_stackBottom(); in this() local823 if ( stackTop && &dummy < stackTop && stackTop < stackBottom ) in this()828 stackPtr < stackBottom && in this()