IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2011, 4:30:35 PM (15 years ago)
Author:
eugene
Message:

allocate job args array a bit more efficiently

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psThread.c

    r32481 r32714  
    9191
    9292    job->type = psStringCopy(type);
    93     job->args = psArrayAlloc(0);
     93    job->args = psArrayAlloc(16);
    9494    job->results = NULL;
    9595    return job;
Note: See TracChangeset for help on using the changeset viewer.