Searched refs:bestfit (Results 1 – 1 of 1) sorted by relevance
2491 } bestfit; in tdb_allocate() local2506 bestfit.rec_ptr = 0; in tdb_allocate()2507 bestfit.last_ptr = 0; in tdb_allocate()2508 bestfit.rec_len = 0; in tdb_allocate()2521 if (bestfit.rec_ptr == 0 || in tdb_allocate()2522 rec->rec_len < bestfit.rec_len) { in tdb_allocate()2523 bestfit.rec_len = rec->rec_len; in tdb_allocate()2524 bestfit.rec_ptr = rec_ptr; in tdb_allocate()2525 bestfit.last_ptr = last_ptr; in tdb_allocate()2529 if (bestfit.rec_len < 2*length) { in tdb_allocate()[all …]