![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <private/qv4stacklimits_p.h>#include <private/qobject_p.h>#include <private/qthread_p.h>#include <QtCore/qfile.h>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 | |
| static StackProperties | QV4::createStackProperties (void *base, qsizetype size=PlatformStackSize, qsizetype margin=PlatformSafetyMargin) |
| StackProperties | QV4::stackPropertiesGeneric (qsizetype stackSize=0) |
| StackProperties | QV4::stackProperties () |