free memory used by an fmap structure */
| 272 | |
| 273 | /* free memory used by an fmap structure */ |
| 274 | void fmap_destroy(struct fmap *fmap) { |
| 275 | free(fmap); |
| 276 | } |
| 277 | |
| 278 | /* append area to existing structure, return new total size if successful */ |
| 279 | int fmap_append_area(struct fmap **fmap, |