Subversion Repositories Kolibri OS

Rev

Rev 888 | Rev 908 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 888 Rev 889
Line 385... Line 385...
385
      buddy_system_free(z, hlp);
385
            buddy_system_free(z, hlp);
386
			return;
386
			return;
387
		}
387
		}
388
	}
388
	}
389
 
389
	/*
390
	/*
-
 
391
	 * Insert block into the list of order i.
390
	 * Insert block into the list of order i.
392
	 */
391
	 */
393
  list_append(block, &z->order[i]);
392
    list_append(block, &z->order[i]);
394
 
393
}
395
}
-
 
396
 
394
 
Line 397... Line 395...
397
static inline frame_t * zone_get_frame(zone_t *zone, index_t frame_idx)
395
static inline frame_t * zone_get_frame(zone_t *zone, index_t frame_idx)
398
{
396
{
399
  ASSERT(frame_idx < zone->count);
397
    ASSERT(frame_idx < zone->count);