Searched hist:148041 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libmemstat/
H A Dmemstat.hdiff 148041 Fri Jul 15 09:19:55 MDT 2005 rwatson 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
H A Dmemstat_internal.hdiff 148041 Fri Jul 15 09:19:55 MDT 2005 rwatson 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

Completed in 79 milliseconds