Searched refs:tempdir_allocated (Results 1 – 1 of 1) sorted by relevance
96 size_t tempdir_allocated; member268 if (cleanup_list.tempdir_count == cleanup_list.tempdir_allocated) in create_temp_dir()273 size_t old_allocated = cleanup_list.tempdir_allocated; in create_temp_dir()274 size_t new_allocated = 2 * cleanup_list.tempdir_allocated + 1; in create_temp_dir()294 cleanup_list.tempdir_allocated = new_allocated; in create_temp_dir()