Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qv4stacklimits.cpp File Reference

(93b3c7d7fe7dc2477832ba197a7e968d22800213)

#include <private/qv4stacklimits_p.h>
#include <private/qobject_p.h>
#include <private/qthread_p.h>
#include <QtCore/qfile.h>
+ Include dependency graph for qv4stacklimits.cpp:

Go to the source code of this file.

Namespaces

namespace  QV4
 

Enumerations

enum  QV4::StackDefaults : qsizetype { QV4::DefaultSafetyMargin = 128 * 1024 , QV4::PlatformStackSize = 512 * 1024 , QV4::PlatformSafetyMargin = DefaultSafetyMargin }
 

Functions

template<typename Size >
static voidQV4::incrementStackPointer (void *base, Size amount)
 
template<typename Size >
static voidQV4::decrementStackPointer (void *base, Size amount)
 
static StackProperties QV4::createStackProperties (void *base, qsizetype size=PlatformStackSize)
 
StackProperties QV4::stackPropertiesGeneric (qsizetype stackSize=0)
 
StackProperties QV4::stackProperties ()