Searched defs:malloc_dma (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dmalloc.h17 * non-standard functions, such as malloc_dma().
42 static inline void * __malloc malloc_dma ( size_t size, size_t phys_align ) { function
50 * Free memory allocated with malloc_dma()
52 * @v ptr Memory allocated by malloc_dma(), or NULL
53 * @v size Size of memory, as passed to malloc_dma()
55 * Memory allocated with malloc_dma() can only be freed with

Completed in 51 milliseconds