Ignore:
Timestamp:
Jul 6, 2006 2:27:31 PM (17 years ago)
Author:
bennylp
Message:

Improve the search for correct size in caching pool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/pool.h

    r364 r588  
    157157    /** Pool factory. */ 
    158158    pj_pool_factory *factory; 
     159 
     160    /** Data put by factory */ 
     161    void            *factory_data; 
    159162 
    160163    /** Current capacity allocated by the pool. */ 
Note: See TracChangeset for help on using the changeset viewer.