mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.1a
This commit is contained in:
@@ -348,10 +348,10 @@ mf_new(mfp, negative, page_count)
|
|||||||
* If the block in the free list has more pages, take only the number
|
* If the block in the free list has more pages, take only the number
|
||||||
* of pages needed and allocate a new bhdr_T with data
|
* of pages needed and allocate a new bhdr_T with data
|
||||||
*
|
*
|
||||||
* If the number of pages matches and mf_release did not return a bhdr_T,
|
* If the number of pages matches and mf_release() did not return a
|
||||||
* use the bhdr_T from the free list and allocate the data
|
* bhdr_T, use the bhdr_T from the free list and allocate the data
|
||||||
*
|
*
|
||||||
* If the number of pages matches and mf_release returned a bhdr_T,
|
* If the number of pages matches and mf_release() returned a bhdr_T,
|
||||||
* just use the number and free the bhdr_T from the free list
|
* just use the number and free the bhdr_T from the free list
|
||||||
*/
|
*/
|
||||||
if (freep->bh_page_count > page_count)
|
if (freep->bh_page_count > page_count)
|
||||||
|
Reference in New Issue
Block a user