PurifierGranularity()
Syntax
PurifierGranularity(GlobalGranularity, LocalGranularity, StringGranularity, DynamicGranularity)Description
Change the intervall in which the purifier checks the different areas for memory corruption. Each value specifies the number of source lines that are executed between each check. Using #PB_Ignore will keep the existing intervall value. A value of 0 disables the check.Example:
; Disable check for string memory and check allocated memory every 10 lines PurifierGranularity(#PB_Ignore, #PB_Ignore, 0, 10)
Supported OS
All