MCPcopy 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
294void *dma_malloc(size_t size)
295{
296 return alloc(size, dma);
297}
298
299void *calloc(size_t nmemb, size_t size)
300{

Callers 5

setup_ep0Function · 0.85
chipidea_mallocFunction · 0.85
dwc2_initFunction · 0.85
ohci_create_intr_queueFunction · 0.85
ehci_create_intr_queueFunction · 0.85

Calls 1

allocFunction · 0.85

Tested by

no test coverage detected