Searched refs:newtotal (Results 1 – 1 of 1) sorted by relevance
540 size_t newtotal = (sizeof (struct database_pers_head) in mempool_alloc() local543 if (newtotal > db->max_db_size) in mempool_alloc()545 new_data_size -= newtotal - db->max_db_size; in mempool_alloc()546 newtotal = db->max_db_size; in mempool_alloc()549 if (db->mmap_used && newtotal > oldtotal in mempool_alloc()553 newtotal in mempool_alloc()
Completed in 4 milliseconds