Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4stacklimits.cpp File Reference

(834f3049512f0a2d66514bce07ef68bb725dd4bb)

#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 , QV4::DefaultSafetyMargin = 128 * 1024 ,
  QV4::PlatformStackSize = 512 * 1024 , QV4::PlatformSafetyMargin = DefaultSafetyMargin
}
enum  QV4::StackDefaults : qsizetype {
  QV4::DefaultSafetyMargin = 128 * 1024 , QV4::PlatformStackSize = 512 * 1024 , QV4::PlatformSafetyMargin = DefaultSafetyMargin , 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 ()