Searched refs:stackTop (Results 1 – 3 of 3) sorted by relevance
39 auto stackTop = m_pmem + m_sz; in main() local40 auto p = mmap(stackTop, 8 * stackSize, in main()
42 auto stackTop = m_pmem + m_sz; in main() local43 auto p = mmap(stackTop, 8 * stackSize, in main()
819 auto stackTop = getBasePtr(); in this() local823 if ( stackTop && &dummy < stackTop && stackTop < stackBottom ) in this()825 auto stackPtr = stackTop; in this()827 for ( numframes = 0; stackTop <= stackPtr && in this()