13
edits
(Initial revision.) |
m (reserve_cur() --> reserve_current()) |
||
Line 31: | Line 31: | ||
reserve_cur() returns the current reserve size. Under normal operating conditions, the current reserve will be ≥ the value accessed via reserve_[set_]threshold(). | reserve_cur() returns the current reserve size. Under normal operating conditions, the current reserve will be ≥ the value accessed via reserve_[set_]threshold(). | ||
'''size_t | '''size_t reserve_current(void);'''<br> | ||
'''size_t reserve_threshold(void);'''<br> | '''size_t reserve_threshold(void);'''<br> | ||
'''bool reserve_set_threshold(size_t threshold);'''<br> | '''bool reserve_set_threshold(size_t threshold);'''<br> |
edits