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

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

Completed in 83 milliseconds