... platform
- Multithreading is supported.
- Easy to use and install (just include the header and link the source).
- Easily debug memory-leaks.
- Easily debug dangling pointers.
- Easily debug deallocation method correctness.
- Easily debug array index errors (when writing past the end).
- Easily profile memory usage and track down memory hawks.
- Click-And-Goto-Source support for Visual Studio.
- Integrated compatibility for new, new[], delete, delete[], malloc, calloc, realloc, free