KJK::Hyperion wrote:
Are there other ways to pre-allocate an address range
to be used for
small memory objects management (NP pool)?
Aside from rolling your own, no. Lookaside lists would still have the
advantage of being traced and profiled
They seem what I need, but how do I set an upper limit in pool charge
for a lookaside list? Can it grow indefinitely?
Emanuele