Re: Something like Winheap but for small object allocation?

Tech-Archive recommends: Fix windows errors by optimizing your registry




Try www.swiftalloc.com, it is just a single dll which when you load
it, intercepts all the calls to new/delete malloc/free functions.

It works pretty stable for me.

Alex.
.



Relevant Pages

  • Re: why no undelete?
    ... you can always set ld.so.preload to load a .o which intercepts the ... "unlink" library call! ... Peter ...
    (comp.os.linux.misc)
  • Re: Codebehind from another project
    ... ASP.NET doesn't compile anything to a single dll. ... It's possible load the code behind from another project in C# 1.1? ... to compile my website in one dll per page, ...
    (microsoft.public.dotnet.framework.aspnet)