MCPcopy Create free account
hub / github.com/coreboot/coreboot / fmap_destroy

Function fmap_destroy

util/cbfstool/flashmap/fmap.c:274–276  ·  view source on GitHub ↗

free memory used by an fmap structure */

Source from the content-addressed store, hash-verified

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

Callers 4

fmap_create_testFunction · 0.85
fmap_testFunction · 0.85
mainFunction · 0.85
fmap_from_fmdFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by 2

fmap_create_testFunction · 0.68
fmap_testFunction · 0.68