Searched refs:HEAP (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/boot/
H A Dboot.h196 extern char *HEAP;
198 #define RESET_HEAP() ((void *)( HEAP = _end )) __get_heap()
203 HEAP = (char *)(((size_t)HEAP+(a-1)) & ~(a-1)); __get_heap()
204 tmp = HEAP; __get_heap()
205 HEAP += s*n; __get_heap()
213 return (int)(heap_end-HEAP) >= (int)n; heap_free()
H A Dmain.c21 char *HEAP = _end; variable

Completed in 99 milliseconds