1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Adding cbssize and freelistsize functions to calculate the size of freelist contents.

Copied from Perforce
 Change: 184466
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2014-02-23 20:58:00 +00:00
parent e502b4880a
commit a8720f2615
5 changed files with 56 additions and 9 deletions

View file

@ -55,6 +55,8 @@ extern Bool CBSFindLast(Range rangeReturn, Range oldRangeReturn,
extern Bool CBSFindLargest(Range rangeReturn, Range oldRangeReturn,
CBS cbs, Size size, FindDelete findDelete);
extern Size CBSSize(CBS cbs);
#endif /* cbs_h */