INITIAL_DRIVE_FREELIST
drive->freelist_size = INITIAL_DRIVE_FREELIST; /* initial number of entries */
Malloc(INITIAL_DRIVE_FREELIST * sizeof(struct drive_freelist));