freebsd-skq/lib/libmemstat
rwatson 3aa76a5f85 Increase the number of caller memory storage slots from 2 or 4 to
MEMSTAT_MAXCALLER (8), and expose MEMSTAT_MAXCALLER via memstat.h so
that applications can check their assumptions about how many slots
are available.

Remove 'spare' memory storage in struct malloc_type, since we now
don't expose the data structure internals to applications and rely
on accessor methods, this approach to ABI stability isn't required.

MFC after:	7 days
2005-07-15 11:19:55 +00:00
..
libmemstat.3 Add a section on the allocator name space and its interactions with 2005-07-15 10:23:55 +00:00
Makefile
memstat_all.c
memstat_internal.h Increase the number of caller memory storage slots from 2 or 4 to 2005-07-15 11:19:55 +00:00
memstat_malloc.c Re-spell wronge less wrongly as wrong. 2005-07-15 10:13:50 +00:00
memstat_uma.c Re-spell wronge less wrongly as wrong. 2005-07-15 10:13:50 +00:00
memstat.c
memstat.h Increase the number of caller memory storage slots from 2 or 4 to 2005-07-15 11:19:55 +00:00