Home
last modified time | relevance | path

Searched refs:__get_heap (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/boot/
H A Dboot.h175 static inline char *__get_heap(size_t s, size_t a, size_t n) in __get_heap() function
185 ((type *)__get_heap(sizeof(type),__alignof__(type),(n)))