Getting maximum and minimun sizes for shared memory segment?

  • Follow


% uname -a
SunOS snt5010 5.10 Generic_127111-11 sun4v sparc SUNW,SPARC-Enterprise-
T5220

Is it possible to get (within C/C++ program) maximum and minimun sizes
(in bytes) for shared memory segment?

Something like on HP-UX
struct pst_ipcinfo psi;
      psi.psi_shmmax;
      psi.psi_shmmin;

Alex Vinokur
0
Reply Alex 11/11/2008 1:44:17 PM


0 Replies
424 Views

(page loaded in 0.053 seconds)

Similiar Articles:













7/23/2012 2:58:47 PM


Reply: