[#BloombergLP-bslmt-Configuration-nativeDefaultThreadStackSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/Configuration.adoc[Configuration]::nativeDefaultThreadStackSize :relfileprefix: ../../../ :mrdocs: Return the platform's native default thread stack size in bytes. == Synopsis Declared in `<bslmt_configuration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int nativeDefaultThreadStackSize(); ---- == Description Return the "native" default thread stack size (in bytes) as determined by the underlying platform. Note that this value may be influenced by the choice of platform, environment variables, compiler/linker options, or shell configuration, and typically varies wildly among different platforms. == Return Value platform's native default thread stack size in bytes [.small]#Created with https://www.mrdocs.com[MrDocs]#