summaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat_malloc.c
AgeCommit message (Expand)Author
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
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-06malloc: move malloc_type_internal into malloc_typeMateusz Guzik
2020-11-02malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik
2018-10-11libmemstat: adjust for per-cpu stats after r338899Mateusz Guzik
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-08-01Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov
2009-05-15Update the KVM backend for malloc stats to catch up to the internal structureJohn Baldwin
2007-05-21Make pointer argument to kread_string() const since the kernel structureRobert Watson
2005-08-06Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),Robert Watson
2005-08-01Correct two libmemstat(3) bugs:Robert Watson
2005-07-24Introduce more formal error handling for libmemstat(3):Robert Watson
2005-07-23Prefix two non-static libmemstat(3) internal functions with '_' symbols, toRobert Watson
2005-07-15Re-spell wronge less wrongly as wrong.Robert Watson
2005-07-14Add libmemstat(3), a library for use by debugging and monitoringRobert Watson