coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
stdlib.h File Reference
#include <stddef.h>
Include dependency graph for stdlib.h:

Go to the source code of this file.

Functions

voidmemalign (size_t boundary, size_t size)
 
voidmalloc (size_t size)
 
voidcalloc (size_t nitems, size_t size)
 
void free (void *ptr)
 

Function Documentation

◆ calloc()

void* calloc ( size_t  nitems,
size_t  size 
)

Definition at line 58 of file malloc.c.

References malloc(), and memset().

Referenced by dt_find_node(), generate_pin_irq_map(), intel_acpi_gen_def_acpi_pirq(), pci_irq_to_fsp(), populate_pirq_data(), and read_pmc_lpm_requirements().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ free()

◆ malloc()

◆ memalign()

void* memalign ( size_t  boundary,
size_t  size 
)

Definition at line 20 of file malloc.c.

References ALIGN, BIOS_ERR, die(), free_last_alloc_ptr, free_mem_end_ptr, free_mem_ptr, MALLOCDBG, and printk.

Referenced by bounce_buffer_start(), and malloc().

Here is the call graph for this function:
Here is the caller graph for this function: