coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
_cbfs_default_allocator_arg Struct Reference

#include <cbfs.h>

Collaboration diagram for _cbfs_default_allocator_arg:
Collaboration graph

Data Fields

voidbuf
 
size_t buf_size
 

Detailed Description

Definition at line 204 of file cbfs.h.

Field Documentation

◆ buf

void* _cbfs_default_allocator_arg::buf

Definition at line 205 of file cbfs.h.

Referenced by _cbfs_default_allocator().

◆ buf_size

size_t _cbfs_default_allocator_arg::buf_size

Definition at line 206 of file cbfs.h.

Referenced by _cbfs_default_allocator().


The documentation for this struct was generated from the following file: