how to find out the page size of a processor using C program and malloc?

Posted by cforfun on Stack Overflow See other posts from Stack Overflow or by cforfun
Published on 2010-03-17T05:08:39Z Indexed on 2010/03/17 5:11 UTC
Read the original article Hit count: 185

Filed under:
|
|
|
|

is it possible to find out the page size of a processor using C program and malloc? and not by using sysconf() call?

© Stack Overflow or respective owner

Related posts about c

    Related posts about malloc