Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ dma_malloc
Function
dma_malloc
payloads/libpayload/libc/malloc.c:294–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
}
293
294
void *dma_malloc(size_t size)
295
{
296
return alloc(size, dma);
297
}
298
299
void *calloc(size_t nmemb, size_t size)
300
{
Callers
5
setup_ep0
Function · 0.85
chipidea_malloc
Function · 0.85
dwc2_init
Function · 0.85
ohci_create_intr_queue
Function · 0.85
ehci_create_intr_queue
Function · 0.85
Calls
1
alloc
Function · 0.85
Tested by
no test coverage detected