Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Quering about physical free memory fragmentation: (3 Items)
   
Quering about physical free memory fragmentation  
I'm looking for something like the qnx4  "sin freemem" command, to query the kernel about fragmentation of free physical
 mem.

I can't see anything similar under pidin commands...

Davide
Re: Quering about physical free memory fragmentation  
Sorry for pinging... no ideas down there?

Davide
Re: Quering about physical free memory fragmentation  
as far as I know there is no API to get this information.
What we do instead is a utility that tires to allocate a various set of physical contiguous memory blocks.
Doing this in a loop starting at freemem() / 2 with linear or binary adjustments
you get an idea of how fragmented your memory is.

HTH
/hp