aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* malloc: move malloc_type_internal into malloc_typeMateusz Guzik2020-11-061-9/+8
* malloc: export kernel zones instead of relying on them being power-of-2Mateusz Guzik2020-11-021-1/+130
* libmemstat: adjust for per-cpu stats after r338899Mateusz Guzik2018-10-111-26/+40
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Get rid of MAXCPU knowledge used for internal needs only. Switch toSergey Kandaurov2011-08-011-21/+15
* Update the KVM backend for malloc stats to catch up to the internal structureJohn Baldwin2009-05-151-6/+5
* Make pointer argument to kread_string() const since the kernel structureRobert Watson2007-05-211-3/+4
* Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),Robert Watson2005-08-061-0/+180
* Correct two libmemstat(3) bugs:Robert Watson2005-08-011-1/+1
* Introduce more formal error handling for libmemstat(3):Robert Watson2005-07-241-29/+22
* Prefix two non-static libmemstat(3) internal functions with '_' symbols, toRobert Watson2005-07-231-7/+2
* Re-spell wronge less wrongly as wrong.Robert Watson2005-07-151-2/+2
* Add libmemstat(3), a library for use by debugging and monitoringRobert Watson2005-07-141-0/+240