6 ms·
It is intended for release builds. The ReleaseSafe target will keep the checks. ReleaseFast and ReleaseSmall will remove the checks, but those aren't the recomm
by weebull 9mo ago
It is intended for release builds. The ReleaseSafe target will keep the checks. ReleaseFast and ReleaseSmall will remove the checks, but those aren't the recommended release modes for general software. Only for when performance or size are critical.
- tomnipotent 9mo agoDebugAllocator essentially becomes a no-op wrapper when you use those targets.