HEAP              193 arch/x86/boot/boot.h extern char *HEAP;
HEAP              195 arch/x86/boot/boot.h #define RESET_HEAP() ((void *)( HEAP = _end ))
HEAP              200 arch/x86/boot/boot.h 	HEAP = (char *)(((size_t)HEAP+(a-1)) & ~(a-1));
HEAP              201 arch/x86/boot/boot.h 	tmp = HEAP;
HEAP              202 arch/x86/boot/boot.h 	HEAP += s*n;
HEAP              210 arch/x86/boot/boot.h 	return (int)(heap_end-HEAP) >= (int)n;
HEAP               20 arch/x86/boot/main.c char *HEAP = _end;