Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ malloc
Function
malloc
payloads/libpayload/libc/malloc.c:289–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
}
288
289
void *malloc(size_t size)
290
{
291
return alloc(size, heap);
292
}
293
294
void *dma_malloc(size_t size)
295
{
Callers
15
readline
Function · 0.70
strdup
Function · 0.70
strndup
Function · 0.70
init_dma_memory
Function · 0.70
allocate_region
Function · 0.70
alloc_aligned
Function · 0.70
pci_alloc
Function · 0.50
pci_scan_single_bus
Function · 0.50
pci_get_dev
Function · 0.50
get_option_as_string
Function · 0.50
set_option_from_string
Function · 0.50
cbmem_console_snapshot
Function · 0.50
Calls
1
alloc
Function · 0.85
Tested by
no test coverage detected