• Tim Peters's avatar
    Restructured my pool-management overview in terms of the three · 338e010b
    Tim Peters authored
    possible pool states.  I think it's much clearer now.
    
    Added a new long overdue block-management overview comment block.
    
    I believe the comments are in good shape now.
    
    Added two comments about possible small optimizations (one getting rid
    of runtime multiplications at the cost of a new pool_header member; the
    other getting rid of runtime divisions and the pool_header capacity
    member, at the cost of a static const vector of 32 uints).
    338e010b
obmalloc.c 40.8 KB