• marko's avatar
    branches/zip: Add statistic counters to the buddy allocator. · e67d5c76
    marko authored
    buf_buddy_n_frames: Number of buffer frames allocated for the buddy system
    buf_buddy_used[]: Counts of allocated blocks, by buddy size.
    buf_buddy_relocated[]: Counts of blocks relocated, bu buddy size.
    
    buf_buddy_alloc_clean(): Note the added configuration parameter
    buf_buddy_min_n_frames: Preferred minimum buf_buddy_n_frames
    e67d5c76
buf0buddy.c 20.9 KB