commit | d948e2b1f98ddf2449dcf59dbc46d64f3ea0d311 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Oct 12 12:54:56 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Oct 12 12:54:56 2009 -0400 |
tree | 17bf025bc9edfc6294999ba2315322aef120e11e | |
parent | 812654ab214069e44ddda18d38158006651f2f51 [diff] |
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.