proc_mem_inactive()

The amount of inactive memory.

Syntax:

int proc_mem_inactive(void);

Arguments:

no arguments

Description:

The total amount of buffer or cache pages, in kilobytes, that might be freeable or available.

Return Values:

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

See Also:

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



INDEX