|
|
|
|
|
by pjmlp
1207 days ago
|
|
Using custom allocators to taint memory for security checks is no better than what C and C++ toolchains have been providing for decades. I was already using debug allocators in Visual C++ 5.0, with a memory report at the program exit. For the latest documentation, https://learn.microsoft.com/en-us/cpp/c-runtime-library/crt-... |
|