Matt Schulte writes:
Also on a related note can qm_malloc cause SER hangs or any other bad things?
it, like any dynamic memory allocation function can cause a momory leak and eventual crash if the memory is not properly freed.
Does it actually fix memory leaks or just help report them?
it doesn't fix any leaks, just helps in debugging and is faster than normal malloc.
-- juha