Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/boot/
Dboot.h196 static inline char *__get_heap(size_t s, size_t a, size_t n) in __get_heap() function
206 ((type *)__get_heap(sizeof(type),__alignof__(type),(n)))