[#BloombergLP-bdlpcre-RegEx-jitStackSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlpcre.adoc[bdlpcre]::xref:BloombergLP/bdlpcre/RegEx.adoc[RegEx]::jitStackSize :relfileprefix: ../../../ :mrdocs: Return the size of the dynamically allocated JIT stack if it has been specified explicitly with the `prepare` method. Return 0 if a zero `jitStackSize` value was passed to the `prepare` method (or not supplied at all) or if `isPrepared()` is `false`. == Synopsis Declared in `<bdlpcre_regex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t jitStackSize() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#