Re: Implementing a custom memory allocator

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"anton bassov" <soviet_bloke@xxxxxxxxxxx> wrote in message
I would say that all the above are just application-level
memory-management strategies - none of them seems to qualify for being
a real "custom memory allocator", don't you think????

Anton,

Then what is a "custom memory allocator", you can't do anything else
unless you really hack the kernel (oop's I forgot you recomend such
stupidity). Even the heap is just a layer over the allocate memory calls
from the system.

This is perfectly valid and is a memory manager. In fact under the
right circumstances this is a valid thing to do in the kernel as well as
user space.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply



.



Relevant Pages

  • Re: Implementing a custom memory allocator
    ... never admit he may be wrong, ... Anton Bassov ... Then what is a "custom memory allocator", ... This is perfectly valid and is a memory manager. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Implementing a custom memory allocator
    ... memory-management strategies - none of them seems to qualify for being ... Then what is a "custom memory allocator", ... This is perfectly valid and is a memory manager. ... right circumstances this is a valid thing to do in the kernel as well as ...
    (microsoft.public.win32.programmer.kernel)