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:
parent
e502b4880a
commit
a8720f2615
5 changed files with 56 additions and 9 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue