Searched refs:bytesAllocd (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DIntrinsic.c1359 int bytesAllocd, bytesLeft; local in function:XtResolvePathname
1386 bytesAllocd = bytesLeft = 1000;
1387 massagedPath = ALLOCATE_LOCAL((size_t) bytesAllocd);
1406 int bytesUsed = bytesAllocd - bytesLeft;
1409 bytesAllocd += 1000;
1410 new = __XtMalloc((Cardinal) bytesAllocd);
1419 bytesLeft = bytesAllocd - bytesUsed;

Completed in 4 milliseconds