Home
last modified time | relevance | path

Searched refs:mf_alloc_bhdr (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dmemfile.c75 static bhdr_T *mf_alloc_bhdr(memfile_T *, int);
354 if (hp == NULL && (hp = mf_alloc_bhdr(mfp, page_count)) == NULL) in mf_new()
376 if (hp == NULL && (hp = mf_alloc_bhdr(mfp, page_count)) == NULL) in mf_new()
435 if (hp == NULL && (hp = mf_alloc_bhdr(mfp, page_count)) == NULL) in mf_get()
878 mf_alloc_bhdr(memfile_T *mfp, int page_count) in mf_alloc_bhdr() function