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

Function cbfs_alloc

src/include/cbfs.h:218–222  ·  view source on GitHub ↗

* INLINE IMPLEMENTATIONS * **********************************************************************************************/

Source from the content-addressed store, hash-verified

216 * INLINE IMPLEMENTATIONS *
217 **********************************************************************************************/
218static inline void *cbfs_alloc(const char *name, cbfs_allocator_t allocator, void *arg,
219 size_t *size_out)
220{
221 return cbfs_type_alloc(name, allocator, arg, size_out, NULL);
222}
223
224static inline void *cbfs_ro_alloc(const char *name, cbfs_allocator_t allocator, void *arg,
225 size_t *size_out)

Callers 2

rmodule_stage_loadFunction · 0.85
fsp_load_componentFunction · 0.85

Calls 1

cbfs_type_allocFunction · 0.85

Tested by

no test coverage detected