aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat.h
Commit message (Expand)AuthorAgeFilesLines
* Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson2019-08-061-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Expose real size of UMA allocations via libmemstat(3).Gleb Smirnoff2014-02-101-0/+1
* Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov2011-08-011-7/+0
* Add a new column to the output of vmstat -z to indicate the numberSean Bruno2010-06-151-0/+1
* Fix a comment in memstat.h: errors are associated with memory type lists,Robert Watson2007-03-151-1/+1
* Increase the number of CPUs to 32 to suit sun4v.John Birrell2006-07-261-1/+1
* Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),Robert Watson2005-08-061-0/+1
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routineRobert Watson2005-08-011-0/+9
* Having decided not to provide a libmemstat(3) error number to textRobert Watson2005-07-241-0/+5
* Introduce more formal error handling for libmemstat(3):Robert Watson2005-07-241-1/+15
* UMA supports "secondary" zones, in which a second zone can be layeredRobert Watson2005-07-201-0/+1
* Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happilyRobert Watson2005-07-181-1/+1
* Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly.Robert Watson2005-07-171-0/+2
* Increase the number of caller memory storage slots from 2 or 4 toRobert Watson2005-07-151-0/+8
* Add libmemstat(3), a library for use by debugging and monitoringRobert Watson2005-07-141-0/+134