Go to the documentation of this file.
24 zone =
malloc(
sizeof(*zone));
36 dbg_printf(
"Failed to init zone %x - %d\n", base, size);
39 list_add_tail(&zone->
head, &s_zone_list);
52 if (zone->
type == type) {
84 if (frame->
pma == pma) {
95 list_del(&zone->
head);