4

I remember from past having a utility that would allow to leak various system resources, such as memory, handles and gdi. It had a small dialog where one would choose what to leak, it was nice for system stress testing.. I don't remember whether it was part of VC6 or I got it from somewhere else.

If you know such tool, please let me know it's name.

Thanks in advance

Jack Juiceson
  • 830
  • 4
  • 12
  • 24

2 Answers2

4

I know of two things that fit your description. Both were published in MSDN Mag a few years ago.

GDI Leaks

Leaks

richb
  • 4,716
  • 5
  • 24
  • 22
  • Thank you, but actually what I needed was a tool that will leak desktop heap memory and I found one at sysinternals(not in suite), hope it will help some one else http://download.sysinternals.com/Files/Testlimit.zip – Jack Juiceson Mar 15 '10 at 12:48
3

How long ago was it? I'm not sure, but I think you've used something similar to Deleaker. Have a look at their website: http://deleaker.com/

Brandon
  • 68,708
  • 30
  • 194
  • 223
MastAvalons
  • 1,150
  • 1
  • 14
  • 23