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

Function buffer_end

util/cbfstool/common.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56static inline void *buffer_end(const struct buffer *b)
57{
58 return b->data + b->size;
59}
60
61/*
62 * Shrink a buffer toward the beginning of its previous space.

Callers 1

cmd_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected