Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/boot/
H A 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)))