malloc.c: Implement a PA-RISC specific malloc()

On x86 mremap() is used to provide malloc'ed memory.
This can't be used on PA-RISC, so provide an own malloc()
implementation.
Since PA-RISC is fully 32-/64-bit use "unsigned long" instead
of "u32".

Signed-off-by: Helge Deller <deller@gmx.de>
2 files changed
tree: 90d963344e107c0fd48fa49e470ff532baf06eeb
  1. docs/
  2. scripts/
  3. src/
  4. vgasrc/
  5. .gitignore
  6. COPYING
  7. COPYING.LESSER
  8. Makefile
  9. README