Ignore:
Timestamp:
Jul 13, 2008 12:24:55 PM (16 years ago)
Author:
bennylp
Message:

Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using temporary pools for temporary variables and by having separate pool for each account and buddy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r2094 r2130  
    37973797 
    37983798    /* Create pool for application */ 
    3799     app_config.pool = pjsua_pool_create("pjsua", 1000, 1000); 
     3799    app_config.pool = pjsua_pool_create("pjsua-app", 1000, 1000); 
    38003800 
    38013801    /* Initialize default config */ 
Note: See TracChangeset for help on using the changeset viewer.