Searched refs:assertMsg (Results 1 – 2 of 2) sorted by relevance
158 char assertMsg[80]; in checkGuardBlock() local162 _snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %Iu byte allocation at 0x%p\n", in checkGuardBlock()165 snprintf(assertMsg, sizeof(assertMsg), "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()
163 char assertMsg[maxSize]; in checkGuardBlock() local166 snprintf(assertMsg, maxSize, "PoolAlloc: Damage %s %zu byte allocation at 0x%p\n", in checkGuardBlock()