Mozilla 2/Memory/OOM API: Difference between revisions

m
reserve_cur() --> reserve_current()
(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 reserve_cur(void);'''<br>
'''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>
13

edits