Use pmm_malloc() for internal allocations.
authorKevin O'Connor <kevin@koconnor.net>
Mon, 12 Oct 2009 16:54:56 +0000 (12:54 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 12 Oct 2009 16:54:56 +0000 (12:54 -0400)
commitd948e2b1f98ddf2449dcf59dbc46d64f3ea0d311
tree17bf025bc9edfc6294999ba2315322aef120e11e
parent812654ab214069e44ddda18d38158006651f2f51
Use pmm_malloc() for internal allocations.

Using pmm_malloc permits free() to be used on internal allocations.
Rework low zone expanding so that it doesn't cause gcc v4.3 error.
Allow pmm_malloc to use ZoneTmpLow if ZoneTmpHigh isn't available.
src/pmm.c
src/util.h