summaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat.h
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-11-02malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik
2019-08-06Add two new kernel options to control memory locality on NUMA hardware.Jeff Roberson
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-02-10Expose real size of UMA allocations via libmemstat(3).Gleb Smirnoff
2011-08-01Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov
2010-06-15Add a new column to the output of vmstat -z to indicate the numberSean Bruno
2007-03-15Fix a comment in memstat.h: errors are associated with memory type lists,Robert Watson
2006-07-26Increase the number of CPUs to 32 to suit sun4v.John Birrell
2005-08-06Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),Robert Watson
2005-08-01Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routineRobert Watson
2005-07-24Having decided not to provide a libmemstat(3) error number to textRobert Watson
2005-07-24Introduce more formal error handling for libmemstat(3):Robert Watson
2005-07-20UMA supports "secondary" zones, in which a second zone can be layeredRobert Watson
2005-07-18Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happilyRobert Watson
2005-07-17Add __BEGIN_DECLS and __END_DECLS to make libmemstat(3) more C++-friendly.Robert Watson
2005-07-15Increase the number of caller memory storage slots from 2 or 4 toRobert Watson
2005-07-14Add libmemstat(3), a library for use by debugging and monitoringRobert Watson