proc_mem_buffers()

The number of buffered bytes of main memory

Syntax:

int proc_mem_buffers(void);

Arguments:

no arguments

Description:

The amount of physical RAM, in kilobytes, used for file buffers.

Return Values:

On success, returns buffered memory (in Kbytes). On error, -1 is returned.

See Also:

proc_mem_free(), proc_mem_shared(), proc_mem_used(), proc_mem_total() proc_mem_cached(), proc_mem_active(), proc_mem_inactive(), proc_mem_high_total() proc_mem_high_free(), proc_mem_low_total(), proc_mem_low_free() proc_mem_pused,(), proc_mem_pused_pid()



INDEX